Commit b67390a8 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Fix for getCheckoutOriginKeys() output (#754)

parent 4446527d
......@@ -111,7 +111,7 @@ $ccExpYear = $block->getInfoData('cc_exp_year');
*/
var secureFieldsInitialize = function () {
if (!"<?php $block->getCheckoutOriginKeys(); ?>") {
if (!"<?= $block->getCheckoutOriginKeys(); ?>") {
document.getElementById('noApiKey').style = "visibility: visible; display:inline-block";
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment