Add subcription feature 5
This commit is contained in:
@@ -62,7 +62,7 @@ class CouponService:
|
||||
self,
|
||||
coupon_code: str,
|
||||
tenant_id: str,
|
||||
base_trial_days: int = 14
|
||||
base_trial_days: int = 0
|
||||
) -> Tuple[bool, Optional[Dict[str, Any]], Optional[str]]:
|
||||
"""
|
||||
Redeem a coupon for a tenant
|
||||
|
||||
@@ -824,7 +824,7 @@ class SubscriptionOrchestrationService:
|
||||
self,
|
||||
tenant_id: str,
|
||||
coupon_code: str,
|
||||
base_trial_days: int = 14
|
||||
base_trial_days: int = 0
|
||||
) -> Dict[str, Any]:
|
||||
"""
|
||||
Orchestrate coupon redemption workflow
|
||||
|
||||
Reference in New Issue
Block a user