Improve the sales import
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user