mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
refactoring
This commit is contained in:
parent
9856a2a5c0
commit
fdf70359d1
6 changed files with 72 additions and 65 deletions
|
@ -5,7 +5,7 @@ class EisBilling::DirectoResponseController < EisBilling::BaseController
|
|||
@month = params.fetch(:month, false)
|
||||
|
||||
process_directo_response(xml_data, response)
|
||||
render status: 200, json: { messege: 'Should return new directo number', status: :ok }
|
||||
render status: :ok, json: { messege: 'Should return new directo number' }
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue