Update epp contacts controller

#251
This commit is contained in:
Artur Beljajev 2016-12-08 21:36:25 +02:00
parent c8fd0eb1a4
commit 74598ccf23
2 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,6 @@
xml.epp_head do
xml.response do
xml.result('code' => '1000') do
xml.result('code' => @response_code) do
xml.msg 'Command completed successfully'
end