You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our customers have issue with checkoutComplete mutation that causes them to have Checkouts with payments that have not been converted to an Order because the checkoutComplete mutation has failed for some reason.
Saleor docs should describe when the mutation can fail and how to mitigate the issue in the storefront implementation
Example cases:
Customer has not returned from a redirect: internet issue / closed tab
Mitigation: storefront should complete the order immediately after transactionInitialize or transactionProcess succeeds
Customer support must manually look through a list of checkouts with chargeStatus
If stock reservation has run out, there should be a process to refund the customer (either manually on the checkouts list page or an app that does that automatically)
The text was updated successfully, but these errors were encountered:
Our customers have issue with
checkoutComplete
mutation that causes them to haveCheckouts
with payments that have not been converted to anOrder
because thecheckoutComplete
mutation has failed for some reason.Saleor docs should describe when the mutation can fail and how to mitigate the issue in the storefront implementation
Example cases:
transactionInitialize
ortransactionProcess
succeedschargeStatus
CHECOUT_FULLY_PAID
async webhookCheckout
has multiple transactionstransactionInitialize
mutationThe text was updated successfully, but these errors were encountered: