mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
added endpoint to receive payment data and update it
This commit is contained in:
parent
df48b2137b
commit
005a888f50
2 changed files with 56 additions and 0 deletions
|
@ -11,6 +11,10 @@ Rails.application.routes.draw do
|
|||
mount PgHero::Engine, at: "pghero"
|
||||
end
|
||||
|
||||
namespace :eis_billing do
|
||||
put '/payment_status', to: 'payment_status#update', as: 'payment_status'
|
||||
end
|
||||
|
||||
namespace :epp do
|
||||
constraints(EppConstraint.new(:session)) do
|
||||
get 'session/hello', to: 'sessions#hello', as: 'hello'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue