laravel / cashier-stripe

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

[15.x] Fix payment behavior not being passed #1649

Closed skeemer closed 6 months ago

skeemer commented 6 months ago

This fix makes sure that the requested payment_behavior is passed from Subscription to SubscriptionItem if the update is passed.

This is a fix for #1646

driesvints commented 6 months ago

Good find! Thanks