From 539eabb450c5616a54521f7aab440d2b875b7914 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 15 Jan 2024 16:56:29 +0100 Subject: [PATCH] and more --- subscriptions/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscriptions/views.py b/subscriptions/views.py index 9ce878e..2855a2a 100644 --- a/subscriptions/views.py +++ b/subscriptions/views.py @@ -26,7 +26,7 @@ def app_store_webhook(request): decoded = request.body.decode('utf-8') # Parse the JSON payload - fulljson = json.loads(data) + #fulljson = json.loads(data) # signedPayload = fulljson['signedPayload'] try: