SSR-1455 Fix flag name
This commit is contained in:
parent
395677192d
commit
3728fa665c
1 changed files with 2 additions and 2 deletions
|
|
@ -771,7 +771,7 @@ export const useMainStore = defineStore({
|
|||
glassPieces: glassArrayForPayload,
|
||||
zip: zipCode,
|
||||
vin,
|
||||
oemEnhancementFlag: this.hasOemEndorsement
|
||||
oemEndorsementFlag: this.hasOemEndorsement
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -805,7 +805,7 @@ export const useMainStore = defineStore({
|
|||
answerResults: resultsArrayForPayload,
|
||||
zip: zipCode,
|
||||
vin,
|
||||
oemEnhancementFlag: this.hasOemEndorsement
|
||||
oemEndorsementFlag: this.hasOemEndorsement
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue