Unload order when order check fails #83

Merged
jsegarra merged 4 commits from wbuezas/hedera-web-mindshore:feature/UnloadOrder into 4922-vueMigration 2024-09-11 06:30:04 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 418911b903 - Show all commits

View File

@ -136,7 +136,6 @@ export const useAppStore = defineStore('hedera', {
},
unloadOrder() {
console.log('unloadOrder');
localStorage.removeItem('hederaBasket');
Review

Es una tontería, pero podemos definir como constante la palabra hederaBasket y reemplazar en las 3 ocurrencias?

Es una tontería, pero podemos definir como constante la palabra hederaBasket y reemplazar en las 3 ocurrencias?
Review

Aplicado.

Commit: 93e739f35c

Aplicado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/93e739f35c144e5452da9504135e6d9b8bffa6c2
this.basketOrderId = null;
}