fix(payments): hardcode RUB in user payment handlers

This commit is contained in:
kavore
2026-02-09 00:19:59 +03:00
parent 7622537961
commit 2c618c7a6a
6 changed files with 7 additions and 7 deletions
@@ -66,7 +66,7 @@ async def pay_severpay_callback_handler(
if sale_mode == "traffic"
else get_text("payment_description_subscription", months=int(months))
)
currency_code = settings.DEFAULT_CURRENCY_SYMBOL or "RUB"
currency_code = "RUB"
# Price is already discounted at payments_subscription.py stage
# Service will handle discount metadata if needed