Actions
Feature proposal #9713
openStripe: implement stricter status handling
Description
Currently unhandled status are treated as errors/failed. Only error/failed status should be treated as errors/failed. Other status should be treated as pending.
For example invoices uncollectable status. It can transition to paid still. So it should be handled as pending.
Updated by krileon about 1 month ago
- Subject changed from Stripe: implement stricter state handling to Stripe: implement stricter status handling
- Description updated (diff)
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- Priority changed from Normal to Low
- % Done changed from 0 to 100
Implemented in MR !370
Actions