removed hardcode value

This commit is contained in:
Jason Wheeler 2023-02-06 10:45:48 -05:00
parent abc2e72b4c
commit 96476aa44a

View file

@ -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