Do not handle not registered domain in EPP domain:info

This commit is contained in:
Artur Beljajev 2019-03-15 12:46:18 +02:00
parent d86ec026e3
commit 66417d69d9
7 changed files with 41 additions and 183 deletions

View file

@ -1,16 +0,0 @@
xml.epp_head do
xml.response do
xml.result code: '1000' do
xml.msg 'Command completed successfully'
end
xml.resData do
xml.tag! 'domain:infData', 'xmlns:domain' => 'https://epp.tld.ee/schema/domain-eis-1.0.xsd' do
xml.tag! 'domain:name', @name
xml.tag! 'domain:status', 's' => @status
end
end
render 'epp/shared/trID', builder: xml
end
end