Added country code to contact info request

This commit is contained in:
Priit Tark 2015-02-25 18:44:48 +02:00
parent fce0932afd
commit 9ebbe91663
2 changed files with 6 additions and 6 deletions

View file

@ -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