feat(subscriptions): migrate subscription management to merchant level and seed tiers
Move subscription create/edit from store detail (broken endpoint) to merchant detail page with proper modal UI. Seed 4 subscription tiers (Essential, Professional, Business, Enterprise) in init_production.py. Also includes cross-module dependency declarations, store domain platform_id migration, platform context middleware, CMS route fixes, and migration backups. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ marketplace_module = ModuleDefinition(
|
||||
"and catalog synchronization."
|
||||
),
|
||||
version="1.0.0",
|
||||
requires=["inventory"], # Depends on inventory module
|
||||
requires=["inventory", "catalog", "orders"], # Depends on inventory, catalog, and orders modules
|
||||
features=[
|
||||
"letzshop_sync", # Sync products with Letzshop
|
||||
"marketplace_import", # Import products from marketplace
|
||||
|
||||
Reference in New Issue
Block a user