add missing argument
This commit is contained in:
parent
916fde4a4d
commit
e2ba7c84a3
|
@ -116,6 +116,7 @@ def get_coinify_invoice(coinify_invoiceid, order):
|
||||||
# perform the api request
|
# perform the api request
|
||||||
req = coinify_api_request(
|
req = coinify_api_request(
|
||||||
api_method='invoice_get',
|
api_method='invoice_get',
|
||||||
|
order=order,
|
||||||
**invoicedict
|
**invoicedict
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue