Update payment_verification_service.py

This commit is contained in:
Egor
2025-12-22 19:31:32 +03:00
committed by GitHub
parent 47698882fa
commit 7b03f3e553

View File

@@ -90,7 +90,7 @@ def method_display_name(method: PaymentMethod) -> str:
if method == PaymentMethod.WATA:
return "WATA"
if method == PaymentMethod.PLATEGA:
return "Platega"
return settings.get_platega_display_name()
if method == PaymentMethod.CRYPTOBOT:
return "CryptoBot"
if method == PaymentMethod.HELEKET: