internetee-registry/app/views/epp/domains/success_pending.xml.builder
2015-05-13 10:00:52 +03:00

9 lines
188 B
Ruby

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