Skip to content

Commit

Permalink
Fix - Correction du clear du cart à la validation du paiement
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Jun 16, 2021
1 parent 06a3d13 commit aaf2728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const store = () => {
},
reset() {
methods.clearStorage();
methods.clearState();
this.clearState();
},
clearState() {
update((state) => {
Expand Down

0 comments on commit aaf2728

Please sign in to comment.