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', {
|
||||
state: () => ({
|
||||
customer: {
|
||||
firstName: "Иван",
|
||||
lastName: "Васильевич",
|
||||
email: "ival_vasil@mail.ru",
|
||||
phone: "+79999999999",
|
||||
address: "Москва, Красная площадь, 1",
|
||||
comment: "Доставить срочно❗️",
|
||||
firstName: "",
|
||||
lastName: "",
|
||||
email: "",
|
||||
phone: "",
|
||||
address: "",
|
||||
comment: "",
|
||||
tgData: null,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user