mirror of https://github.com/zulip/zulip.git
158cec84ec
This upgrades the Stripe API to the most recent version. Going through the Git history, it looks like our current API version is at 2019-03-14. The API version should be manually changed in Stripe dashboard at the same time as the commit is deployed in production. Backward incompatible changes that are relevant to our codebase between (2019-03-14, 2020-08-27]. * 2020-08-27 - The `sources` property on Customers is no longer included by default. * 2020-03-02 - Nothing applicable * 2019-12-03 - The `id` field of all invoice line items have changed and are now prefixed with `il_`. We only rely on this while we normalize the fixtures. * 2019-11-05 - Nothing applicable * 2019-10-17 - The `billing` attribute on invoices, subscriptions, and subscription schedules is renamed to`collection_method`. The invoice change is the one that is relevant to us. * The customer object’s `account_balance` value has been renamed to `balance`. Only used for the stubs at the moment. * 2019-10-08 - Nothing applicable * 2019-09-09 - Nothing applicable * 2019-08-14 - Nothing applicable * 2019-05-16 - Nothing applicable https://stripe.com/docs/upgrades Also normalize the following IDs in stripe fixtures * price_[A-Za-z0-9]{24} * prod_[A-Za-z0-9]{14} * pi_[A-Za-z0-9]{24} * il_[A-Za-z0-9]{24} |
||
---|---|---|
.. | ||
api_requestor | ||
api_resources | ||
error | ||
util | ||
__init__.pyi |