mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
feat: update payment method options and validation across purchase and giveaway examples; add AlreadySubscribedError exception handling
This commit is contained in:
@@ -17,6 +17,11 @@ else:
|
||||
class PaymentMethod(StrEnum):
|
||||
TON = "ton"
|
||||
USDT_TON = "usdt_ton"
|
||||
USDT_ETH = "usdt_eth"
|
||||
USDT_POL = "usdt_pol"
|
||||
USDC_ETH = "usdc_eth"
|
||||
USDC_BASE = "usdc_base"
|
||||
USDC_POL = "usdc_pol"
|
||||
|
||||
|
||||
class WalletVersion(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user