mirror of
https://github.com/internetee/registry.git
synced 2025-07-05 10:43:32 +02:00
8 lines
195 B
Ruby
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
|