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

Recurring plans #5

Closed
CarlQLange opened this issue Nov 15, 2016 · 3 comments
Closed

Recurring plans #5

CarlQLange opened this issue Nov 15, 2016 · 3 comments

Comments

@CarlQLange
Copy link

Hey,

Great work on these packages, aldeed. Meteor dev wouldn't be the same without you.

I'm curious about recurring plans. If I sign up for a plan, the endDate is a month from then. Is there a flag to set so that the plan will automatically renew on that date?

Related: any chance of an 'upgradePlan' function? For instance, if I have a medium and a high plan, and I'd like to move from medium to high, to have a) the remaining time on the medium plan refunded or b) have the remaining money on the medium plan go towards the high plan cost?

Cheers,
Carl

@aldeed
Copy link
Collaborator

aldeed commented Nov 15, 2016

The upgradePlan request is basically what I just wrote up in #6. It's possible but not yet implemented.

Regarding recurring, it should be recurring by default if you set it up as monthly or whatever in Stripe. It should not be setting the endDate on the plan unless you cancel it, at which point the endDate tells you when the cancelation will be final. Maybe that is a bug.

@CarlQLange
Copy link
Author

Ah, sorry, I didn't see that. I'll take a look at both issues myself. Cheers!

@CarlQLange
Copy link
Author

Hey, I'm just checking back in. The endDate thing I mentioned was indeed a bug on my side. Thanks a lot for that.

I'm looking into upgradePlan and time permitting will implement this myself.

@aldeed aldeed closed this as completed Feb 8, 2017
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