Skip to content

Commit

Permalink
Merge pull request #60 from TimNekk/develop (v1.7.8)
Browse files Browse the repository at this point in the history
Change Min Amount for BYN
  • Loading branch information
TimNekk authored Dec 5, 2023
2 parents 21eea74 + e561445 commit b88a624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypayment/providers/betatransfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ class BetaTransferPaymentType(Enum):
name="Card2",
currency=BetaTransferCurrency.BYN,
commission_in_percent=12,
min_amount=50,
min_amount=30,
max_amount=10000
)
"""BYN card payment type."""
BYN_CARD2 = BetaTransferGateway(
name="Card3",
currency=BetaTransferCurrency.BYN,
commission_in_percent=12,
min_amount=25,
min_amount=30,
max_amount=5000
)
"""BYN card payment type."""
Expand Down

0 comments on commit b88a624

Please sign in to comment.