mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
12 lines
210 B
Ruby
12 lines
210 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '1000') do
|
|
xml.msg 'Command completed successfully'
|
|
end
|
|
end
|
|
|
|
xml.trID do
|
|
xml.clTRID params[:clTRID]
|
|
xml.svTRID @svTRID
|
|
end
|
|
end
|