feat: update changelog for new payment methods; add UserNotFoundError handling in purchase flows

This commit is contained in:
bohd4nx
2026-05-30 00:17:06 +03:00
parent d01c45d85b
commit b85b34f2b1
5 changed files with 20 additions and 6 deletions
+2
View File
@@ -17,6 +17,8 @@ else:
class PaymentMethod(StrEnum):
TON = "ton"
USDT_TON = "usdt_ton"
# Not supported yet
USDT_ETH = "usdt_eth"
USDT_POL = "usdt_pol"
USDC_ETH = "usdc_eth"