auto renew message fix

This commit is contained in:
machka pasla
2025-10-10 20:04:50 +03:00
parent fde0f1b135
commit 9938671af9
+1
View File
@@ -355,6 +355,7 @@ class SubscriptionService:
"is_active": True,
"status_from_panel": "TRIAL",
"traffic_limit_bytes": self.settings.trial_traffic_limit_bytes,
"auto_renew_enabled": False,
}
try:
await subscription_dal.upsert_subscription(session, trial_sub_data)