Actions
Feature proposal #8169
closedStripe: implement better reuse of payment intents
Description
Currently if a basket has a payment intent id stored the basket will attempt to cancel it first. It should instead reuse the payment intent if it hasn't been used yet. If it hasn't been used and the price is different do a simple update to the payment intent. There shouldn't be a reason to actually cancel the payment intent.
Updated by krileon about 4 years ago
Only time to actually cancel an unused payment intent is if the basket has actually been completely cancelled or basket expired.
Updated by krileon almost 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions