Closed MichaelJCole closed 7 years ago
Currently you have to go into Stripe and define the plan yourself first. It may be possible to have the package create it for you. I'd accept a PR if someone figures that out.
This package is used in some production apps so the pieces used by those apps are "active" in that we would fix any issues affecting the apps that use it. No one is actively adding new features, but I can look at PRs and/or work with additional maintainers if anyone is interested.
lol, I set out to automate this, then made them manually.
There's are good business/opsec reasons to separate the plans from the code.
Also, I see now that payOptions needs the amount to get the stripe token. Anyways, all is well :-)
Hi,
Trying this out. I got this error when trying to subscribe to my first plan:
It's from here.
Looking at the code, I think it's expecting the plan to already be made. Even though payOptions needs an amount.
On first use, I thought the plan data would be stored in the Meteor code. Plans could be setup with the Stripe API.
My use case was something like this (I wanted the limits to be stored with the price):
Is the project under active development?