mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
added directo handler for interaction with billing system
This commit is contained in:
parent
d9696014ff
commit
0259dd7fec
8 changed files with 286 additions and 1 deletions
|
@ -13,6 +13,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'
|
||||
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