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 037b59c commit d95e291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions say/payment/zibal.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def request(self, amount, order_id, description, multiplexingInfos=None):
data["description"] = description
data["multiplexingInfos"] = multiplexingInfos

if self.merchant == "zibal":
return "Zibal test account!"
response = self.postTo("request", data)
return response

Expand Down

0 comments on commit d95e291

Please sign in to comment.