Skip to content

Commit 60ed703

Browse files
author
Stanislav Idolov
committed
MAGETWO-58182: [Github] Minicart item count is not updated if switch from https to http #6487
1 parent 7a67ac9 commit 60ed703

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/web/js/view/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ define([
3232
customerData.set('messages', {});
3333
}
3434

35-
$.cookieStorage.setConf({path: '/', expires: -1}).set('mage-messages', null);
35+
$.cookieStorage.set('mage-messages', '');
3636
}
3737
});
3838
});

0 commit comments

Comments
 (0)