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 101ac39 commit f859207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/api/payment_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def _verify_payment(payment_id, order_id, gateway):
return make_response(unsuccessful_response)

transaction_date = response["paidAt"]
gateway_track_id = response.args.get("trackId")
gateway_track_id = request.args.get("trackId")
verified = datetime.fromtimestamp(int(response["paidAt"]))
card_no = response["cardNumber"]
hashed_card_no = "N/A from zibal"
Expand Down

0 comments on commit f859207

Please sign in to comment.