We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c77ac commit 5540309Copy full SHA for 5540309
app/code/Magento/Customer/view/frontend/web/js/customer-data.js
@@ -323,7 +323,7 @@ define([
323
sectionsNamesForInvalidation = _.contains(sectionNames, '*')
324
? sectionConfig.getSectionNames()
325
: sectionNames;
326
-
+
327
$(document).trigger('customer-data-invalidate', [sectionsNamesForInvalidation]);
328
buffer.remove(sectionsNamesForInvalidation);
329
sectionDataIds = $.cookieStorage.get('section_data_ids') || {};
0 commit comments