refactoring

This commit is contained in:
olegphenomenon 2022-03-29 16:19:32 +03:00
parent 9856a2a5c0
commit fdf70359d1
6 changed files with 72 additions and 65 deletions

View file

@ -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