From d95e291b053cb58e60370ad3956b546b7f3bd49b Mon Sep 17 00:00:00 2001 From: G Date: Thu, 30 Nov 2023 00:06:19 +0330 Subject: [PATCH] adding new gateway --- say/payment/zibal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/say/payment/zibal.py b/say/payment/zibal.py index 70254a2d..14877266 100644 --- a/say/payment/zibal.py +++ b/say/payment/zibal.py @@ -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