Merge pull request #170 from Safelite/feature/digital/SSR-270
Feature/digital/ssr 270
This commit is contained in:
commit
1af2437a20
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ export const useMainStore = defineStore({
|
|||
const carId = vehicle.carId;
|
||||
const glassArray = damage.glassToReplace;
|
||||
const resultsArray = damage.partQuestionAnswers;
|
||||
const zipCode = order.serviceLocation.zipCode;
|
||||
const zipCode = vehicle.registration.zipCode ? vehicle.registration.zipCode : order.customer.address.zipCode;
|
||||
const vin = vehicle.vin;
|
||||
|
||||
// create a new array to avoid mutating state
|
||||
|
|
|
|||
Loading…
Reference in a new issue