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');
16
16
"Magento_Customer/js/customer-data": {
17
17
"sectionLoadUrl": "<?= $ block ->escapeJs ($ block ->getCustomerDataUrl ('customer/section/load ' )) ?> ",
18
18
"expirableSectionLifetime": <?= (int )$ block ->getExpirableSectionLifetime () ?> ,
19
- "expirableSectionNames": <?= /* @noEscape */ $ jsonHelper ->jsonEncode ($ block ->getExpirableSectionNames ()) ?> ,
19
+ "expirableSectionNames": <?= /* @noEscape */ $ jsonHelper ->jsonEncode (
20
+ $ block ->getExpirableSectionNames ()
21
+ ) ?> ,
20
22
"cookieLifeTime": "<?= $ block ->escapeJs ($ block ->getCookieLifeTime ()) ?> ",
21
23
"updateSessionUrl": "<?= $ block ->escapeJs (
22
24
$ block ->getCustomerDataUrl ('customer/account/updateSession ' )
You can’t perform that action at this time.
0 commit comments