Improve subcription support

This commit is contained in:
Urtzi Alfaro
2025-09-01 19:21:12 +02:00
parent 72b4f60cf5
commit 6346c4bcb9
18 changed files with 3175 additions and 114 deletions

View File

@@ -84,10 +84,10 @@ class EnhancedTenantService:
owner_membership = await member_repo.create_membership(membership_data)
# Create basic subscription
# Create starter subscription
subscription_data = {
"tenant_id": str(tenant.id),
"plan": "basic",
"plan": "starter",
"status": "active"
}