From 9c6d0afdda6b7822d564c5804162b438a1321817 Mon Sep 17 00:00:00 2001 From: MJ Akbari Date: Sat, 14 Sep 2024 22:47:03 +0330 Subject: [PATCH] debug 4 --- core/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views.py b/core/views.py index 41839c7..74c42bb 100644 --- a/core/views.py +++ b/core/views.py @@ -254,7 +254,7 @@ def verify(self, request): return redirect('https://autgamecraft.ir/dashboard-event/?status=false') except Payment.DoesNotExist as e: - raise ValidationError('no payment with this order_id: ' + request.data + " ## " + request.GET) + raise ValidationError('no payment with this order_id: here ###') except ConnectionError: self.verify(request)