card to card
This commit is contained in:
@@ -91,11 +91,14 @@ export type SaveAllMethod = {
|
||||
deliveryMethodId: string;
|
||||
addressId?: string;
|
||||
paymentMethodId: string;
|
||||
tableNumber?: string;
|
||||
carAddress?: {
|
||||
carModel: string;
|
||||
carColor: string;
|
||||
plateNumber: string;
|
||||
};
|
||||
attachments?: string[];
|
||||
paymentDesc?: string;
|
||||
};
|
||||
|
||||
export type CartStoreType = {
|
||||
|
||||
Reference in New Issue
Block a user