Add subcription feature 5

This commit is contained in:
Urtzi Alfaro
2026-01-16 09:55:54 +01:00
parent 483a9f64cd
commit 6b43116efd
51 changed files with 1428 additions and 312 deletions

View File

@@ -594,7 +594,7 @@ class SubscriptionPlanMetadata:
"popular": False,
"monthly_price": PlanPricing.MONTHLY_PRICES[SubscriptionTier.STARTER],
"yearly_price": PlanPricing.YEARLY_PRICES[SubscriptionTier.STARTER],
"trial_days": 14,
"trial_days": 0,
"features": PlanFeatures.STARTER_FEATURES,
# Hero features (displayed prominently)
@@ -635,7 +635,7 @@ class SubscriptionPlanMetadata:
"popular": True, # Most popular plan
"monthly_price": PlanPricing.MONTHLY_PRICES[SubscriptionTier.PROFESSIONAL],
"yearly_price": PlanPricing.YEARLY_PRICES[SubscriptionTier.PROFESSIONAL],
"trial_days": 14,
"trial_days": 0,
"features": PlanFeatures.PROFESSIONAL_FEATURES,
# Hero features (displayed prominently)
@@ -678,7 +678,7 @@ class SubscriptionPlanMetadata:
"popular": False,
"monthly_price": PlanPricing.MONTHLY_PRICES[SubscriptionTier.ENTERPRISE],
"yearly_price": PlanPricing.YEARLY_PRICES[SubscriptionTier.ENTERPRISE],
"trial_days": 30,
"trial_days": 0,
"features": PlanFeatures.ENTERPRISE_FEATURES,
# Hero features (displayed prominently)