From 254745907cc0a6f826f70f44c19bf7d81251c9b7 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 15 Jan 2024 17:03:54 +0100 Subject: [PATCH] test --- subscriptions/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(