close #2687 Enhancement: Remove wizard taxes step

This commit is contained in:
Cüneyt Şentürk
2022-10-24 17:42:10 +03:00
parent ca769e265c
commit b232097400
10 changed files with 5 additions and 456 deletions

View File

@ -414,7 +414,7 @@
next() {
if (this.active++ > 2);
this.$router.push("/wizard/taxes");
this.$router.push("/wizard/finish");
},
},
};