Closed
Description
- Cashier Version: 12.0.0
Atm Cashier cannot use pending updates while swapping plans due to a bug in Stripe which prevents pending updates while deleting subscription items.
Reproducable by:
$subscription->pendingIfPaymentFails()->swap('new-plan');
This will delete the old subscription item and create a new one. Deleting subscription items isn't available atm in Stripe. I'm in contact with Stripe and following up.