Remove free-trial assumption from billing plan
This commit is contained in:
@@ -25,6 +25,7 @@ The app already supports:
|
|||||||
|
|
||||||
### Free tier
|
### Free tier
|
||||||
Everything works without a license except premium-gated features.
|
Everything works without a license except premium-gated features.
|
||||||
|
There is no Premium free trial. Premium is simply locked until a paid subscription activates a license.
|
||||||
|
|
||||||
### Premium tier
|
### Premium tier
|
||||||
Paid subscriptions unlock:
|
Paid subscriptions unlock:
|
||||||
@@ -150,7 +151,7 @@ Source of truth for:
|
|||||||
|
|
||||||
## Stripe plan mapping
|
## Stripe plan mapping
|
||||||
|
|
||||||
One Premium product, four recurring prices:
|
One Premium product, four recurring prices, with no trial period:
|
||||||
- `premium_monthly`
|
- `premium_monthly`
|
||||||
- `premium_3month`
|
- `premium_3month`
|
||||||
- `premium_6month`
|
- `premium_6month`
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Everything else in DashCaddy remains available without a license.
|
|||||||
No license is required for the free tier.
|
No license is required for the free tier.
|
||||||
|
|
||||||
### Subscription behavior
|
### Subscription behavior
|
||||||
- Billing model: recurring Stripe subscriptions
|
- Billing model: recurring Stripe subscriptions with no free trial
|
||||||
- Cancellation behavior: access remains active until the paid-through period ends
|
- Cancellation behavior: access remains active until the paid-through period ends
|
||||||
- Failed payment behavior: 7-day grace period
|
- Failed payment behavior: 7-day grace period
|
||||||
- Renewal behavior: premium access remains active continuously while the subscription is paid
|
- Renewal behavior: premium access remains active continuously while the subscription is paid
|
||||||
|
|||||||
Reference in New Issue
Block a user