Actions
Feature proposal #8938
closedQuickpay: implement checking if order id is in use before setting form params
Description
When generating order id for the first time verify that it doesn't exist with a quick API call. This will let us increment it if the id exists. Sometimes the id can exist in situations where a normal cancellation didn't occur. For example if user reaches quickpay then uses browser back or just exits the page then goes back to the site and views their basket again. Treat those as cancellation increments.
Updated by krileon over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !262
Actions