mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
fixed reload balance and directo
This commit is contained in:
parent
443643d937
commit
368e904d5e
4 changed files with 13 additions and 14 deletions
|
@ -22,6 +22,12 @@ class DirectoInvoiceForwardJob < ApplicationJob
|
|||
next
|
||||
end
|
||||
|
||||
p ">>>>>>>>>>>>>>> invoice"
|
||||
p invoice
|
||||
p ">>>>>>>>>>>>>>>>>> invoice as directo"
|
||||
p invoice.as_directo_json
|
||||
p ">>>>>>>>>>>>>>>>>>>>>.."
|
||||
|
||||
@client.invoices.add_with_schema(invoice: invoice.as_directo_json, schema: 'prepayment')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue