mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Renamed owner_contact to registrant
This commit is contained in:
parent
92f41ebe0b
commit
8cd3dcf551
21 changed files with 126 additions and 812 deletions
|
@ -12,7 +12,7 @@ xml.epp_head do
|
|||
xml.tag!('domain:status', 's' => ds.value) if ds.description.blank?
|
||||
end
|
||||
|
||||
xml.tag!('domain:registrant', @domain.owner_contact_code)
|
||||
xml.tag!('domain:registrant', @domain.registrant_code)
|
||||
|
||||
@domain.tech_contacts.each do |tc|
|
||||
xml.tag!('domain:contact', tc.code, 'type' => 'tech')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue