forgot to rename variable one place
This commit is contained in:
parent
9517fb25ea
commit
6828807f2c
|
@ -90,7 +90,7 @@ def handle_coinify_api_response(apireq, order, request):
|
||||||
if apireq.response['success']:
|
if apireq.response['success']:
|
||||||
# save this new coinify invoice to the DB
|
# save this new coinify invoice to the DB
|
||||||
coinifyinvoice = process_coinify_invoice_json(
|
coinifyinvoice = process_coinify_invoice_json(
|
||||||
invoicejson=req.response['data'],
|
invoicejson=apireq.response['data'],
|
||||||
order=order,
|
order=order,
|
||||||
request=request,
|
request=request,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue