mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Added country code to contact info request
This commit is contained in:
parent
fce0932afd
commit
9ebbe91663
2 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ xml.epp_head do
|
|||
xml.tag!('contact:upID', @contact.updator.try(:registrar))
|
||||
xml.tag!('contact:upDate', @contact.updated_at)
|
||||
end
|
||||
xml.tag!('contact:ident', @contact.ident, type: @contact.ident_type)
|
||||
xml.tag!('contact:ident', @contact.ident, type: @contact.ident_type, cc: @contact.ident_country_code)
|
||||
# xml.tag!('contact:trDate', '123') if false
|
||||
if can? :view_password, @contact
|
||||
xml.tag!('contact:authInfo') do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue