feat: update payment method options and validation across purchase and giveaway examples; add AlreadySubscribedError exception handling

This commit is contained in:
bohd4nx
2026-05-29 23:14:59 +03:00
parent afaa42776b
commit 695430744a
14 changed files with 109 additions and 28 deletions
+5
View File
@@ -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):