You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying figure out how the workflow should be - here is my use case:
User register and get one week trial - trial_ends_at is set when creating the user.
At any time the user can choose to sign up for a subscription.
If the user start a new subscription, payment is captured etc, all is good, but....
trial_ends_at is not clear so the onTrial() still say that the user is in a trial, but the fact is that he is now on a real subscription.
Is there a step that I miss ?
I have tried to read the documentation several times, but cannot find anything that say that one manually have to update the trial_ends_at
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm trying figure out how the workflow should be - here is my use case:
User register and get one week trial - trial_ends_at is set when creating the user.
At any time the user can choose to sign up for a subscription.
If the user start a new subscription, payment is captured etc, all is good, but....
trial_ends_at is not clear so the onTrial() still say that the user is in a trial, but the fact is that he is now on a real subscription.
Is there a step that I miss ?
I have tried to read the documentation several times, but cannot find anything that say that one manually have to update the trial_ends_at
https://laravel.com/docs/8.x/billing#without-payment-method-up-front
Beta Was this translation helpful? Give feedback.
All reactions