Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 29, 2023
1 parent af2aa44 commit 54b9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/schema/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 54b9c29

Please sign in to comment.