forgot to rename variable one place

This commit is contained in:
Thomas Steen Rasmussen 2018-07-26 21:06:00 +02:00
parent 9517fb25ea
commit 6828807f2c

View file

@ -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,
)