Skip to content

Commit

Permalink
MAGETWO-58182: [Github] Minicart item count is not updated if switch …
Browse files Browse the repository at this point in the history
…from https to http #6487
  • Loading branch information
Stanislav Idolov committed Oct 4, 2016
1 parent 7a67ac9 commit 60ed703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
customerData.set('messages', {});
}

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

0 comments on commit 60ed703

Please sign in to comment.