Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best way to implement a trial #221

Open
zenners opened this issue Oct 1, 2020 · 1 comment
Open

Best way to implement a trial #221

zenners opened this issue Oct 1, 2020 · 1 comment

Comments

@zenners
Copy link

zenners commented Oct 1, 2020

I've been experimenting with this package and its working great so far. I'm not sure if I'm missing something, but what would be the best way to implement a trial period?

I was initially thinking of adding it to my user model and then doing some view handling on when to prompt payment

Or on user registration, i explicitly add them to a plan that is free for 30 days. and have a customer select his next plan. Using the manager to handle the switch over to the actual paid plan and prompt payment?

@zedjarvis
Copy link

I know it's late but for anyone who arrives here late as me. I'm planning to look at this but From my thinking the best way could be to programmatically subscribing them on registration for the duration of the trial and when it expires they will have to subscribe again to continue enjoying their subscription right...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants