mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +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
|
@ -8,7 +8,7 @@ module EisBilling
|
|||
sum = params[:standing_amount]
|
||||
everypay_response = params
|
||||
|
||||
payment_status = define_payment_status(params[:payment_state])
|
||||
payment_status = define_payment_status(params[:payment_state])
|
||||
|
||||
invoice = Invoice.find_by(number: invoice_number)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue