mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
updated e-invoice response controller - added inherit from base class
This commit is contained in:
parent
d0236be063
commit
8201e1e0d0
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
class EisBilling::EInvoiceResponseController < ApplicationController
|
||||
class EisBilling::EInvoiceResponseController < EisBilling::BaseController
|
||||
def update
|
||||
invoice_number = params[:invoice_number]
|
||||
date = params[:date]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue