added directo handler for interaction with billing system

This commit is contained in:
olegphenomenon 2022-02-01 13:35:11 +02:00
parent d9696014ff
commit 0259dd7fec
8 changed files with 286 additions and 1 deletions

View file

@ -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)