Update payment_verification_service.py

This commit is contained in:
Egor
2026-01-24 11:52:16 +03:00
committed by GitHub
parent 9ff8cfab5d
commit e1b0863642
+2 -1
View File
@@ -80,7 +80,8 @@ SUPPORTED_AUTO_CHECK_METHODS: frozenset[PaymentMethod] = frozenset(
PaymentMethod.WATA,
PaymentMethod.CRYPTOBOT,
PaymentMethod.PLATEGA,
PaymentMethod.CLOUDPAYMENTS,
# CloudPayments removed - API returns "Completed" during authorization
# before final result, causing premature balance credits. Webhooks work correctly.
PaymentMethod.FREEKASSA,
}
)