laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.38k stars 676 forks source link

[15.x] Stripe API and SDK update #1615

Closed driesvints closed 10 months ago

driesvints commented 10 months ago

This updates the Stripe API to the most recent one 2023-10-16 as well as update the SDK version to v13 which is compatible with it.

I also decided to drop support for older SDK versions because v13 is the one that's compatible with this API version.

Closes #1556