mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Poll showing, dequeueing, tests
This commit is contained in:
parent
6888cd15a4
commit
3bc7385caf
9 changed files with 216 additions and 9 deletions
11
app/views/epp/poll/poll_ack.xml.builder
Normal file
11
app/views/epp/poll/poll_ack.xml.builder
Normal file
|
@ -0,0 +1,11 @@
|
|||
xml.epp_head do
|
||||
xml.response do
|
||||
xml.result('code' => '1000') do
|
||||
xml.msg 'Command completed successfully'
|
||||
end
|
||||
|
||||
xml.tag!('msgQ', 'count' => current_epp_user.queued_messages.count, 'id' => @message.id)
|
||||
|
||||
xml << render('/epp/shared/trID')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue