Update subscription.py

This commit is contained in:
Egor
2026-01-30 18:16:49 +03:00
committed by GitHub
parent 5949460572
commit cc47cea268

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,