From 96476aa44ae5c435c03d212b0a81c0f5dce34c80 Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Mon, 6 Feb 2023 10:45:48 -0500 Subject: [PATCH] removed hardcode value --- src/store/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 56b11746..60207079 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -329,10 +329,7 @@ export const useMainStore = defineStore({ const carId = vehicle.carId; const glassArray = damage.glassToReplace; - // zip code is not available yet at the time of writing - // const zipCode = order.serviceLocation.zipCode; - // To Do: replace with actual zip code - const zipCode = '43215'; + const zipCode = order.customer.zipCode; const vin = vehicle.vin; // create a new array to avoid mutating state