Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Sep 14, 2024
1 parent 000658a commit 89a2e24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +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.get('clientrefid'))
raise ValidationError('no payment with this order_id: ' + request.data + " ## " + request.GET)
except ConnectionError:
self.verify(request)

Expand Down

0 comments on commit 89a2e24

Please sign in to comment.