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 8460e4e commit 149242fCopy full SHA for 149242f
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(<?=json_encode($params['error_msg'])?>)
46
});
47
}
48
);
0 commit comments