Skip to content

Commit

Permalink
debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Sep 14, 2024
1 parent 89a2e24 commit 9c6d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9c6d0af

Please sign in to comment.