You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces StripeClient and a service-based call pattern. This new interface allows you to easily call Stripe APIs and has several benefits over the existing resource-based pattern:
No global config: you can simultaneously use multiple clients with different configuration options (such as API keys)
Im a moron. But if the update will make it possible to have a custom amount field that would be nice. For those able to pay more and want to support, that is an option. Not that i am rich but could throw in a few more bucks when it renew in the near future.
Stripe have published some new releases with breaking changes:
https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md#800---2024-01-25
Migration guide: https://github.com/stripe/stripe-python/wiki/Migration-guide-for-v8-(StripeClient)
The text was updated successfully, but these errors were encountered: