mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 02:03:36 +02:00
Improved successful contact#info command result
This commit is contained in:
parent
23d24aad84
commit
e4c8797cfe
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ xml.epp_head do
|
||||||
xml.tag!('contact:upID', @contact.up_id) if @contact.up_id
|
xml.tag!('contact:upID', @contact.up_id) if @contact.up_id
|
||||||
xml.tag!('contact:upDate', @contact.updated_at) unless @contact.updated_at == @contact.created_at
|
xml.tag!('contact:upDate', @contact.updated_at) unless @contact.updated_at == @contact.created_at
|
||||||
xml.tag!('contact:trDate', '123') if false
|
xml.tag!('contact:trDate', '123') if false
|
||||||
xml.tag!('contact:authInfo', '123') if false
|
xml.tag!('contact:authInfo') do
|
||||||
|
xml.tag!('contact:pw', @contact.auth_info) # Doc says we have to return this but is it necessary?
|
||||||
|
end
|
||||||
xml.tag!('contact:disclose', '123') if false
|
xml.tag!('contact:disclose', '123') if false
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue