Skip to content

Commit

Permalink
adding new gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 29, 2023
1 parent 8960819 commit 037b59c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions say/api/payment_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ def _verify_payment(payment_id, order_id, gateway):
gateway_track_id = request.args.get("trackId")
verified = response["paidAt"]
card_no = response["cardNumber"]
hashed_card_no = "N/A from zibal"
return response
hashed_card_no = response["cardNumber"]

pending_payment.verify(
transaction_date,
Expand Down

0 comments on commit 037b59c

Please sign in to comment.