From e2ba7c84a306731aa7604e88590af9c072a49c48 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 22 May 2017 20:03:41 +0200 Subject: [PATCH] add missing argument --- src/shop/coinify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shop/coinify.py b/src/shop/coinify.py index 3e7910ad..697e6bf5 100644 --- a/src/shop/coinify.py +++ b/src/shop/coinify.py @@ -116,6 +116,7 @@ def get_coinify_invoice(coinify_invoiceid, order): # perform the api request req = coinify_api_request( api_method='invoice_get', + order=order, **invoicedict )