File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Checkout/view/frontend/web/js/view
Customer/view/frontend/templates/js Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ define([
103
103
} ) ;
104
104
105
105
if (
106
- ( cartData ( ) . website_id !== window . checkout . websiteId && cartData ( ) . website_id !== undefined ) ||
107
- ( cartData ( ) . storeId !== window . checkout . storeId && cartData ( ) . storeId !== undefined )
106
+ cartData ( ) . website_id !== window . checkout . websiteId && cartData ( ) . website_id !== undefined ||
107
+ cartData ( ) . storeId !== window . checkout . storeId && cartData ( ) . storeId !== undefined
108
108
) {
109
109
customerData . reload ( [ 'cart' ] , false ) ;
110
110
}
Original file line number Diff line number Diff line change 16
16
$ block ->getUrl (null , ['_secure ' => true ]),
17
17
$ block ->getUrl (null , ['_secure ' => false ]),
18
18
])) ?> ,
19
- "sectionNames": <?= $ this ->helper (\Magento \Framework \Json \Helper \Data::class)->jsonEncode ($ block ->getData ('sectionNamesProvider ' )->getSectionNames ()) ?>
19
+ "sectionNames": <?= /* @noEscape */ $ this ->helper (\Magento \Framework \Json \Helper \Data::class)
20
+ ->jsonEncode ($ block ->getData ('sectionNamesProvider ' )->getSectionNames ()) ?>
20
21
}
21
22
}
22
23
}
You can’t perform that action at this time.
0 commit comments