Skip to content

Commit

Permalink
new payment gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 29, 2023
1 parent e1bebae commit ebd8c9b
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
second_gateWay: bool = false
second_gateWay: bool = False


class PaymentSchema(CamelModel):
Expand Down

0 comments on commit ebd8c9b

Please sign in to comment.