From 36d3d6d3bf3e30fca1198e4e8c9ccf78c86e7023 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 22 May 2017 21:00:52 +0200 Subject: [PATCH] json fun --- 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 f0b54a72..2cc1c259 100644 --- a/src/shop/coinify.py +++ b/src/shop/coinify.py @@ -76,7 +76,7 @@ def coinify_api_request(api_method, order, **kwargs): order=order, method=api_method, payload=kwargs, - response=json.loads(response), + response=response, ) logger.debug("saved coinify api request %s in db" % req.id)