Merge pull request #2457 from BEDOLAGA-DEV/dev

Update subscription.py
This commit is contained in:
Egor
2026-01-30 18:17:05 +03:00
committed by GitHub
-2
View File
@@ -1667,8 +1667,6 @@ async def purchase_tariff(
# Save cart for auto-renewal (not for daily tariffs - they have their own charging)
if not is_daily_tariff:
try:
from app.services.user_cart_service import user_cart_service
cart_data = {
'cart_mode': 'extend',
'subscription_id': subscription.id,