Skip to content

Commit bf64a3a

Browse files
MAGETWO-91530: Expose Authorize.net Response Codes in Checkout
- Fix static tests
1 parent 149242f commit bf64a3a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Payment/view/frontend/templates/transparent

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/view/frontend/templates/transparent/iframe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $params = $block->getParams();
4040
$(parent).trigger('clearTimeout');
4141
fullScreenLoader.stopLoader();
4242
globalMessageList.addErrorMessage({
43-
message: $t(<?=json_encode($params['error_msg'])?>)
43+
message: $t(<?= /* @escapeNotVerified */ json_encode($params['error_msg'])?>)
4444
});
4545
}
4646
);

0 commit comments

Comments
 (0)