mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
added jobs for send e invoice data to billing system and received response
This commit is contained in:
parent
3242fb1da0
commit
5e0d1ff619
9 changed files with 117 additions and 3 deletions
|
@ -14,6 +14,7 @@ Rails.application.routes.draw do
|
|||
namespace :eis_billing do
|
||||
put '/payment_status', to: 'payment_status#update', as: 'payment_status'
|
||||
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'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue