We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify the circumstances under which a MSB API cart process request may fail, and handle it properly. Determine whether this means automatically refunding the order, ignoring it, resetting a user's cart, etc. Currently, this simply writes an error to the user's failure page: https://github.com/apc-gmhs/mustang-mug/blob/a1b528077296871dc19ff18318f5a6278389bf5c/src/routes/cart/process.js#L60-L67
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Identify the circumstances under which a MSB API cart process request may fail, and handle it properly. Determine whether this means automatically refunding the order, ignoring it, resetting a user's cart, etc.
Currently, this simply writes an error to the user's failure page:
https://github.com/apc-gmhs/mustang-mug/blob/a1b528077296871dc19ff18318f5a6278389bf5c/src/routes/cart/process.js#L60-L67
The text was updated successfully, but these errors were encountered: