Laurent 2 years ago
parent 539eabb450
commit 254745907c
  1. 2
      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(

Loading…
Cancel
Save