mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
9 lines
187 B
Ruby
9 lines
187 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '1300') do
|
|
xml.msg 'Command completed successfully; no messages'
|
|
end
|
|
|
|
xml << render('/epp/shared/trID')
|
|
end
|
|
end
|