Update payments.py

This commit is contained in:
Egor
2025-12-22 19:30:52 +03:00
committed by GitHub
parent 2c4a55f7c7
commit 47698882fa

View File

@@ -38,7 +38,7 @@ def _method_display(method: PaymentMethod) -> str:
if method == PaymentMethod.YOOKASSA:
return "YooKassa"
if method == PaymentMethod.PLATEGA:
return "Platega"
return settings.get_platega_display_name()
if method == PaymentMethod.CRYPTOBOT:
return "CryptoBot"
if method == PaymentMethod.TELEGRAM_STARS: