File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Customer/view/frontend/templates/js Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ $jsonHelper = $block->getData('jsonHelper');
1616 "Magento_Customer/js/customer-data": {
1717 "sectionLoadUrl": "<?= $ block ->escapeJs ($ block ->getCustomerDataUrl ('customer/section/load ' )) ?> ",
1818 "expirableSectionLifetime": <?= (int )$ block ->getExpirableSectionLifetime () ?> ,
19- "expirableSectionNames": <?= /* @noEscape */ $ jsonHelper ->jsonEncode ($ block ->getExpirableSectionNames ()) ?> ,
19+ "expirableSectionNames": <?= /* @noEscape */ $ jsonHelper ->jsonEncode (
20+ $ block ->getExpirableSectionNames ()
21+ ) ?> ,
2022 "cookieLifeTime": "<?= $ block ->escapeJs ($ block ->getCookieLifeTime ()) ?> ",
2123 "updateSessionUrl": "<?= $ block ->escapeJs (
2224 $ block ->getCustomerDataUrl ('customer/account/updateSession ' )
You can’t perform that action at this time.
0 commit comments