Actions
Bug #8815
closedStripe: lost disputes not cancelling subscriptions at Stripe
Description
Disputes lost immediately during charge.dispute.created never fire charge.dispute.closed. The current handling does not handle status in charge.dispute.created resulting in the dispute being treated as in a pending state. The result is recurring subscriptions get paused instead of cancelled due to dispute being lost.
Updated by krileon almost 2 years ago
Finally confirmed. This is due to a dispute lost immediately when it's created. The result is charge.dispute.closed event is never sent.
Updated by krileon almost 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !285
Actions