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