internetee-registry/app/views/epp/domains/success_pending.xml.builder
2015-05-27 13:39:04 +03:00

8 lines
195 B
Ruby

xml.epp_head do
xml.response do
xml.result('code' => '1001') do
xml.msg 'Command completed successfully; action pending'
end
render('epp/shared/trID', builder: xml)
end
end