From 6828807f2cec54f9e288858ec943957c636b669c Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Thu, 26 Jul 2018 21:06:00 +0200 Subject: [PATCH] forgot to rename variable one place --- src/shop/coinify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shop/coinify.py b/src/shop/coinify.py index 043a2777..c5a9e43b 100644 --- a/src/shop/coinify.py +++ b/src/shop/coinify.py @@ -90,7 +90,7 @@ def handle_coinify_api_response(apireq, order, request): if apireq.response['success']: # save this new coinify invoice to the DB coinifyinvoice = process_coinify_invoice_json( - invoicejson=req.response['data'], + invoicejson=apireq.response['data'], order=order, request=request, )