File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend/templates/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
{
11
11
"*": {
12
12
"Magento_Customer/js/customer-data": {
13
- "sectionLoadUrl": "<?= $ block ->escapeJs ($ block ->escapeUrl ( $ block -> getCustomerDataUrl ('customer/section/load ' ) )) ?> ",
13
+ "sectionLoadUrl": "<?= $ block ->escapeJs ($ block ->getCustomerDataUrl ('customer/section/load ' )) ?> ",
14
14
"expirableSectionLifetime": <?= (int )$ block ->getExpirableSectionLifetime () ?> ,
15
15
"expirableSectionNames": <?= /* @noEscape */ $ this ->helper (\Magento \Framework \Json \Helper \Data::class)->jsonEncode ($ block ->getExpirableSectionNames ()) ?> ,
16
16
"cookieLifeTime": "<?= $ block ->escapeJs ($ block ->getCookieLifeTime ()) ?> ",
17
- "updateSessionUrl": "<?= $ block ->escapeJs ($ block ->escapeUrl ( $ block -> getCustomerDataUrl ('customer/account/updateSession ' ) )) ?> "
17
+ "updateSessionUrl": "<?= $ block ->escapeJs ($ block ->getCustomerDataUrl ('customer/account/updateSession ' )) ?> "
18
18
}
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments