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:
Jeremy-Z 2026-05-06 15:49:25 -04:00 committed by GitHub
commit 5c9aae68dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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