Skip to content

Commit f99dff5

Browse files
committed
Merge remote-tracking branch 'performance-ce/MC-19588' into MC-19587
2 parents e1a817a + 909ff45 commit f99dff5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/view/frontend/templates/express/in-context/shortcut

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/templates/express/in-context/shortcut/button.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $config = [
1717
];
1818

1919
?>
20-
<div data-mage-init='{"Magento_Paypal/js/in-context/button":<?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)->jsonEncode($config) ?>'
20+
<div data-mage-init='{"Magento_Paypal/js/in-context/button":<?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)->jsonEncode($config) ?>}'
2121
class="paypal checkout paypal-logo <?= $block->escapeHtml($block->getContainerId()) ?>-container">
2222
<a data-action="<?= $block->escapeHtml($block->getLinkAction()) ?>" href="#">
2323
<img class="paypal-button-hidden"

0 commit comments

Comments
 (0)