internetee-registry/app/views/epp/contacts/delete.xml.builder
2014-07-28 12:00:55 +03:00

9 lines
174 B
Ruby

xml.epp_head do
xml.response do
xml.result('code' => '1000') do
xml.msg 'Command completed successfully'
end
xml << render('/epp/shared/trID')
end
end