internetee-registry/app/views/epp/sessions/logout.xml.builder
Martin Lensment f8757891ef Refactor
2014-06-27 16:51:26 +03:00

12 lines
226 B
Ruby

xml.epp_head do
xml.response do
xml.result('code' => '1500') do
xml.msg 'Command completed successfully; ending session'
end
end
xml.trID do
xml.clTRID params[:clTRID]
xml.svTRID @svTRID
end
end