card to card

This commit is contained in:
hamid zarghami
2026-06-15 11:02:05 +03:30
parent da896b8772
commit 2229c13784
8 changed files with 208 additions and 30 deletions
@@ -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 = {