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
@@ -49,7 +49,7 @@ async def select_subscription_period_callback_handler(
price_rub = price_source.get(months)
stars_price = stars_price_source.get(months)
currency_symbol_val = settings.DEFAULT_CURRENCY_SYMBOL
currency_symbol_val = "RUB"
# Check for active discount and apply if exists
discount_text = ""