File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/GoogleAdwords/view/frontend/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
var google_conversion_color = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionColor ()) ?> ";
17
17
var google_conversion_label = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionLabel ()) ?> ";
18
18
var google_conversion_value = <?= $ block ->escapeJs ($ block ->getHelper ()->getConversionValue ()) ?> ;
19
- <?php if ($ block ->getHelper ()->hasSendConversionValueCurrency () && $ block ->getHelper ()->getConversionValueCurrency ()): ?>
19
+ <?php if ($ block ->getHelper ()->hasSendConversionValueCurrency () && $ block ->getHelper ()->getConversionValueCurrency ()) : ?>
20
20
var google_conversion_currency = "<?= $ block ->escapeJs ($ block ->getHelper ()->getConversionValueCurrency ()) ?> ";
21
21
<?php endif ; ?>
22
22
/* ]]> */
You can’t perform that action at this time.
0 commit comments