diff --git a/src/store/index.js b/src/store/index.js index 536bbfd1..ceccec61 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,