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

Unable to Change Plans #12

Open
flooie opened this issue Oct 10, 2015 · 4 comments
Open

Unable to Change Plans #12

flooie opened this issue Oct 10, 2015 · 4 comments

Comments

@flooie
Copy link

flooie commented Oct 10, 2015

Unable to get the app to recognize created subscription plans from the test stripe account. It only every says - No such plan: "name of plan"

@toadkicker
Copy link

Do the names match in server/config/secrets.jsL#16?

@eddywashere
Copy link
Owner

+1 make sure to update plans and planData https://github.com/eddywashere/node-stripe-membership-saas/blob/master/server/config/secrets.js#L16-L33 is

I'd eventually like to clean that up into just 1 list and pluck the names when needed as an array of strings.

@toadkicker
Copy link

like this? What's involved?

plans: [
      {'free': {}},
      {'silver': {}},
      {'gold': {}}
    ]

@mayoralito
Copy link

Not sure if you resolved your issue but let me tell you what happened to me:
I wasn't able to update plans so what I found out was; we have to have a plans on stripe.com portal.

hope this helps.

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

4 participants