Improve the sales import

This commit is contained in:
Urtzi Alfaro
2025-10-15 21:09:42 +02:00
parent 8f9e9a7edc
commit dbb48d8e2c
21 changed files with 992 additions and 409 deletions

View File

@@ -275,7 +275,7 @@ class SubscriptionMiddleware(BaseHTTPMiddleware):
}
tenant_data = tenant_response.json()
current_tier = tenant_data.get('subscription_tier', 'basic').lower()
current_tier = tenant_data.get('subscription_tier', 'starter').lower()
logger.debug("Subscription tier check",
tenant_id=tenant_id,