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

Upgrade Stripe library/API version to current #1800

Merged
merged 5 commits into from
Oct 10, 2024
Merged

Upgrade Stripe library/API version to current #1800

merged 5 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    7f3b762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b70c4c View commit details
    Browse the repository at this point in the history
  3. Updates for more recent Stripe API version.

    2018-08-23 - delete() only for instant deletion now
    2018-11-08 - invoice status, rather than forgiven boolean
    2019-10-17 - account_balance renamed to balance
    2020-08-27 - supply tax rate ID rather than tax_percent
    2023-08-16 - state we allow automatic payment methods, but no redirect
    dracos committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f4aa87b View commit details
    Browse the repository at this point in the history
  4. Improve plan downgrade behaviour.

    Use the new Subscription Schedules so that downgrade will only apply
    from the next billing period.
    dracos committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    dfbce19 View commit details
    Browse the repository at this point in the history
  5. Release any schedule before cancelling.

    You cannot cancel a subscription with a schedule.
    dracos committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    370651f View commit details
    Browse the repository at this point in the history