We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87af0c commit 61c4328Copy full SHA for 61c4328
app/code/Magento/Checkout/view/frontend/web/js/model/error-processor.js
@@ -29,7 +29,9 @@ define([
29
try {
30
error = JSON.parse(response.responseText);
31
} catch (exception) {
32
- error = { message: $t('Something went wrong with your request. Please try again later.') };
+ error = {
33
+ message: $t('Something went wrong with your request. Please try again later.')
34
+ };
35
}
36
messageContainer.addErrorMessage(error);
37
0 commit comments