Skip to content

Commit

Permalink
debug 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Sep 14, 2024
1 parent b22255a commit 45b069e
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 @@ -224,7 +224,7 @@ def verify(self, request):
refId = request.GET.get('refid')
else:
pk = request.data['clientrefid']
refId = request.data('refid')
refId = request.data['refid']

_payment = Payment.objects.get(pk=pk)
_payment.payment_id = refId
Expand Down

0 comments on commit 45b069e

Please sign in to comment.