removed hardcode value
This commit is contained in:
parent
abc2e72b4c
commit
96476aa44a
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue