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 149242f commit bf64a3aCopy full SHA for bf64a3a
app/code/Magento/Payment/view/frontend/templates/transparent/iframe.phtml
@@ -40,7 +40,7 @@ $params = $block->getParams();
40
$(parent).trigger('clearTimeout');
41
fullScreenLoader.stopLoader();
42
globalMessageList.addErrorMessage({
43
- message: $t(<?=json_encode($params['error_msg'])?>)
+ message: $t(<?= /* @escapeNotVerified */ json_encode($params['error_msg'])?>)
44
});
45
}
46
);
0 commit comments