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

Open
wants to merge 4 commits into
base: stripe-prices-refactor
Choose a base branch
from
Open

Stripe prices #8424

wants to merge 4 commits into from

Commits on Nov 11, 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 11, 2024
    Configuration menu
    Copy the full SHA
    6c8cb01 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 11, 2024
    Configuration menu
    Copy the full SHA
    3381880 View commit details
    Browse the repository at this point in the history
  3. Update changelog

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

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    bd4aef5 View commit details
    Browse the repository at this point in the history