Skip to content

Commit

Permalink
Clarify trial day in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jun 25, 2020
1 parent 4e31946 commit 79a9d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ If the user cancels a subscription and then resumes that subscription before the
<a name="subscription-trials"></a>
## Subscription Trials

> {note} Cashier manages trial dates for subscriptions and does not derive them from the Stripe plan. Therefore, you should configure your plan in Stripe to have a trial period of zero days so that Cashier can manage the trials instead.
> {note} When working with trial days you have to be aware that if you let your customer resubscribe to a new subscription that they'll start a new trial period. You'll need to make sure to use `trialDays(0)` when you let them resubscribe.
<a name="with-payment-method-up-front"></a>
### With Payment Method Up Front
Expand Down
2 changes: 1 addition & 1 deletion cashier-paddle.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ If you wish to cancel a subscription immediately, you may call the `cancelNow` m
<a name="subscription-trials"></a>
## Subscription Trials

> {note} Cashier manages its own trial dates for subscriptions and does not derive them from the Paddle plan. Therefore, you should configure your plan in Paddle to have a trial period of zero days so that Cashier can manage the trials instead.
> {note} When working with trial days you have to be aware that if you let your customer resubscribe to a new subscription that they'll start a new trial period. You'll need to make sure to use `trialDays(0)` when you let them resubscribe.
<a name="with-payment-method-up-front"></a>
### With Payment Method Up Front
Expand Down

0 comments on commit 79a9d38

Please sign in to comment.