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 8009741 commit 4ae59e0Copy full SHA for 4ae59e0
app/code/Magento/Customer/view/frontend/web/js/customer-data.js
@@ -331,6 +331,7 @@ define([
331
*/
332
reload: function (sectionNames, updateSectionId) {
333
return dataProvider.getFromServer(sectionNames, updateSectionId).done(function (sections) {
334
+ $(document).trigger('customer-data-reload', [sectionNames]);
335
buffer.update(sections);
336
});
337
},
0 commit comments