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: