mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +02:00
refactoring
This commit is contained in:
parent
8812f8da22
commit
363dd8370f
4 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :eis_billing do
|
||||
put '/payment_status', to: 'payment_status#update', as: 'payment_status'
|
||||
put '/payment_status', to: 'payment_status#update', as: 'payment_status', :format => false, :defaults => { :format => 'json' }
|
||||
put '/directo_response', to: 'directo_response#update', as: 'directo_response'
|
||||
put '/e_invoice_response', to: 'e_invoice_response#update', as: 'e_invoice_response'
|
||||
post '/lhv_connect_transactions', to: 'lhv_connect_transactions#create', as: 'lhv_connect_transactions'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue