Merge pull request #2531 from internetee/68-creating-syncronization-of-invoice-changes

creating sync with billing
This commit is contained in:
Timo Võhmar 2023-04-20 16:08:47 +03:00 committed by GitHub
commit da514f9a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 715 additions and 60 deletions

View file

@ -16,6 +16,7 @@ Rails.application.routes.draw do
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'
resource :invoices, only: [:update]
end
namespace :epp do