From 54b9c292030a30baa61be0e546a3df8f36283c3b Mon Sep 17 00:00:00 2001 From: G Date: Wed, 29 Nov 2023 18:17:12 +0330 Subject: [PATCH] reverting --- say/schema/payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/say/schema/payment.py b/say/schema/payment.py index 36affa72..6d29ec82 100644 --- a/say/schema/payment.py +++ b/say/schema/payment.py @@ -10,7 +10,7 @@ class NewPaymentSchema(CamelModel): amount: conint(gt=0) donate: conint(ge=0) = 0 use_credit: bool = True - # gateWay: int = 1 + gateWay: int = 1 class PaymentSchema(CamelModel):