Merge pull request #1215 from Safelite/feature/jzimmerman/INSR-9443-2
INSR-9443: Adding duplicate flag back in case we need to push to prod fast.
This commit is contained in:
commit
5c9aae68dc
1 changed files with 3 additions and 0 deletions
|
|
@ -637,6 +637,9 @@ export const useMainStore = defineStore({
|
|||
referralCorrelationId: this.order.referralCorrelationId,
|
||||
accountNumber: this.order.parentAccountNumber?.toString() ?? '',
|
||||
policyData: this.order.policy.policyData,
|
||||
// TODO: Remove this isRepair flag from the payload after coverage service updates are deployed.
|
||||
// This is here in case we have to deploy site for other fixes before coverage service gets updated.
|
||||
isRepair: this.order.damage.isRepair,
|
||||
isItac: isITAC,
|
||||
insured: {
|
||||
firstName: this.order.customer.firstName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue