Skip to content

Cannot use pending updates while swapping plans #969

Closed
@driesvints

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions