mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
added tokens
This commit is contained in:
parent
c2969fa877
commit
7e0c6b3afb
13 changed files with 94 additions and 62 deletions
|
@ -101,14 +101,5 @@ module Admin
|
|||
|
||||
invoices.where(account_activities: { created_at: date_from..date_until })
|
||||
end
|
||||
|
||||
# def send_invoice_data_to_billing_system
|
||||
# add_invoice_instance = EisBilling::AddDeposits.new(@invoice)
|
||||
# result = add_invoice_instance.send_invoice
|
||||
|
||||
# link = JSON.parse(result.body)['everypay_link']
|
||||
|
||||
# @invoice.update(payment_link: link)
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue