Use contact-ee-1.1.xsd instead of contact-eis-1.0.xsd

#251
This commit is contained in:
Artur Beljajev 2016-12-14 12:35:09 +02:00
parent d5827f48ee
commit 98b1125be5
9 changed files with 120 additions and 120 deletions

View file

@ -5,7 +5,7 @@ xml.epp_head do
end
xml.resData do
xml.tag!('contact:chkData', 'xmlns:contact' => 'https://epp.tld.ee/schema/contact-eis-1.0.xsd') do
xml.tag!('contact:chkData', 'xmlns:contact' => 'https://epp.tld.ee/schema/contact-ee-1.1.xsd') do
@results.each do |result|
xml.tag!('contact:cd') do
xml.tag! "contact:id", result[:code], avail: result[:avail]