Skip to content

Commit

Permalink
Make sure that customer section in localstorage is refreshed with `…
Browse files Browse the repository at this point in the history
…wishlist/index/add`
  • Loading branch information
jissereitsma committed Jan 27, 2024
1 parent 964129a commit 54913c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Make sure that `customer` section in localstorage is refreshed with `wishlist/index/add`

## [3.7.4] - 15 December 2023
### Fixed
Expand Down
5 changes: 4 additions & 1 deletion etc/frontend/sections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
<action name="checkout/onepage/success">
<section name="gtm-checkout"/>
</action>
</config>
<action name="wishlist/index/add">
<section name="customer"/>
</action>
</config>

0 comments on commit 54913c2

Please sign in to comment.