Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v14.13.0
- Add support for Payment cancelation by @jonathanroy in #1596
- Early return upcoming invoice by @driesvints in #1597
v14.12.12
- Better cleanup for subscription items by @driesvints in #1595
v14.12.11
- Remove unique index from items table by @driesvints in #1594
v14.12.10
- Fix Tax ID collection requires updating business name on the customer by @stevebauman in #1586
v14.12.9
- Log more info about invalid pm exception by @driesvints in #1582
v14.12.8
- [14.x] Fix array merge for checkout by @driesvints in #1579
- [14.x] Fix default sync by @driesvints in #1580
v14.12.7
- Add
Conditionable
trait to subscription builder by @maartenpaauw in #1573
v14.12.6
- Prevent Sync From Deleting Existing Metadata by @toddstoker in #1565
v14.12.5
- Fix: Invoke
static
method statically by @localheinz in #1557 - Fix: Remove reference to
CASHIER_MODEL
enviromment variable by @localheinz in #1563
v14.12.4
- Update ManagesCustomer to include optional metadata when creating or syncing a user by @dbhynds in #1543
- Update ManagesCustomer.php > createOrGetStripeCustomer() > allow "expand" when retrieving a Customer by @Ronan-Lenor in #1547
- createSetupIntent add customer stripe_id option by @clementmas in #1545