feat: remove prefilled fields in checkout
This commit is contained in:
@@ -6,12 +6,12 @@ import {useCartStore} from "@/stores/CartStore.js";
|
|||||||
export const useCheckoutStore = defineStore('checkout', {
|
export const useCheckoutStore = defineStore('checkout', {
|
||||||
state: () => ({
|
state: () => ({
|
||||||
customer: {
|
customer: {
|
||||||
firstName: "Иван",
|
firstName: "",
|
||||||
lastName: "Васильевич",
|
lastName: "",
|
||||||
email: "ival_vasil@mail.ru",
|
email: "",
|
||||||
phone: "+79999999999",
|
phone: "",
|
||||||
address: "Москва, Красная площадь, 1",
|
address: "",
|
||||||
comment: "Доставить срочно❗️",
|
comment: "",
|
||||||
tgData: null,
|
tgData: null,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user