mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Upgrading stripe to 6.0.0 ine32366638abreaks our Stripe integration due to API version change making us fail to finalize creating an invoice and charge the customer. For the upstream details see:60ab6ac7d7/CHANGELOG.md (600---2023-08-16)6.0.0 uses 2023-08-16 Stripe API version unless specified otherwise. We want to use 2020-08-27. Setting stripe.api_version in corporate/lib/stripe.py is sufficient for it to be set everywhere else. This is supported by the fact that we also only set stripe.api_key in that file.