diff --git a/subscriptions/views.py b/subscriptions/views.py index 2855a2a..c0a79ae 100644 --- a/subscriptions/views.py +++ b/subscriptions/views.py @@ -30,7 +30,7 @@ def app_store_webhook(request): # signedPayload = fulljson['signedPayload'] try: - data = asn2.parse(decoded) + data = asn2.parse(request.body) type = data['notificationType'] notification = ASSNotification(