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

Remove plans config #5

Merged
merged 27 commits into from
May 13, 2024
Merged

Remove plans config #5

merged 27 commits into from
May 13, 2024

Conversation

joshnuss
Copy link
Collaborator

@joshnuss joshnuss commented May 12, 2024

Removes plans config option.

Users will no longer have to configure pricing during setup.

This has several implications:

  • AirBadge will use whatever Stripe products & pricing the user has. They can use the Stripe Dashboard or Stripe CLI to configure it.
  • The Pricing page can no longer be data bound to /billing/plans, instead:
    • Use the Stripe Products & Prices API to get latest active products, ie stripe.products.list({ active: true })
    • Or use your own database tables.
  • This will result in less configuration and less duplication of data.
  • It makes price management much easier too at runtime. Just update pricing in the Stripe dashboard.

Copy link

vercel bot commented May 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbadge-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 6:44am
airbadge-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 6:44am
airbadge-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 6:44am

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

Successfully merging this pull request may close these issues.

1 participant