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.
2 parents c514365 + bf64a3a commit c8d1b1aCopy full SHA for c8d1b1a
app/code/Magento/Payment/view/frontend/templates/transparent/iframe.phtml
@@ -40,9 +40,7 @@ $params = $block->getParams();
40
$(parent).trigger('clearTimeout');
41
fullScreenLoader.stopLoader();
42
globalMessageList.addErrorMessage({
43
- message: $t(
44
- 'A server error stopped your order from being placed. Please try to place your order again.'
45
- )
+ message: $t(<?= /* @escapeNotVerified */ json_encode($params['error_msg'])?>)
46
});
47
}
48
);
0 commit comments