mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
missing new registrant country name
This commit is contained in:
parent
eb6c1d607b
commit
688071bf46
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class DomainMailModel
|
||||||
@params[:registrant_email] = new_registrant.email
|
@params[:registrant_email] = new_registrant.email
|
||||||
@params[:registrant_street] = new_registrant.street
|
@params[:registrant_street] = new_registrant.street
|
||||||
@params[:registrant_city] = new_registrant.city
|
@params[:registrant_city] = new_registrant.city
|
||||||
|
@params[:registrant_country] = new_registrant.country.name
|
||||||
compose
|
compose
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue