revert BasePayment extension

This commit is contained in:
Lukas Bockstaller
2026-08-10 16:32:31 +02:00
parent 0c3a8d30b5
commit cb9ec93695
+2
View File
@@ -344,6 +344,8 @@ def webhook(request, *args, **kwargs):
event_body = request.body.decode('utf-8').strip()
event_json = json.loads(event_body)
return HttpResponse(status=500)
# V1/V2 Sorting -- Start
if 'event_type' not in event_json:
return HttpResponse("Invalid body, no event_type given", status=400)