#mdgb
1 messages · Page 1 of 1 (latest)
I have no information beyond what you could find in that issue
there's no way to dismiss the sheet programmatically, so that issue is about understanding the use cases so we can potentially implement something
The use case is:
The user adds a product to the cart and we decrease the availability of that product for a certain amount of time.
If the payment gets approved after that amount of time we are not sure about the availability.
Se we would like to be able to stop the user from paying and dismiss the payment programmatically to avoid concurrent users from paying for the same item.
We already have in place a way to refuse the order in the BE but then we have to manually refund the user
got it