From aaf2728705b1a73bbb6ca357f11ae16a80f2657a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl=20Mugnier?= Date: Wed, 16 Jun 2021 22:50:01 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20-=20Correction=20du=20clear=20du=20cart?= =?UTF-8?q?=20=C3=A0=20la=20validation=20du=20paiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/cart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/cart.js b/src/stores/cart.js index e704a58f..9419e156 100644 --- a/src/stores/cart.js +++ b/src/stores/cart.js @@ -346,7 +346,7 @@ const store = () => { }, reset() { methods.clearStorage(); - methods.clearState(); + this.clearState(); }, clearState() { update((state) => {