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

Stripe prices #8424

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Stripe prices #8424

merged 3 commits into from
Nov 22, 2024

Commits on Nov 18, 2024

  1. Replace Stripe Plan API with the Prices API

    Using Prices provides more flexibility and will allow us to change the
    which prices are used on both current and future subscriptions.
    gbp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5fb3925 View commit details
    Browse the repository at this point in the history
  2. Add task to migration subscription to new prices

    Run via:
    `rails subscriptions:migrate_price OLD_PRICE=pro NEW_PRICE=price_123`
    gbp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    60e8068 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    gbp committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    54c67cc View commit details
    Browse the repository at this point in the history