mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-27 14:51:19 +00:00
Update subscription.py
This commit is contained in:
@@ -698,13 +698,6 @@ async def apply_countries_changes(
|
||||
subscription_service = SubscriptionService()
|
||||
await subscription_service.update_remnawave_user(db, subscription)
|
||||
|
||||
if total_cost > 0:
|
||||
|
||||
try:
|
||||
logger.info(f"Списано {total_cost/100}₽ за добавление стран")
|
||||
except Exception as e:
|
||||
logger.error(f"Ошибка обработки платежа: {e}")
|
||||
|
||||
await db.refresh(subscription)
|
||||
|
||||
success_text = "✅ <b>Страны успешно обновлены!</b>\n\n"
|
||||
|
||||
Reference in New Issue
Block a user