From acf3bab418391dbec6e4c0e62bd9687cda7ab17e Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Tue, 5 May 2026 14:05:47 -0400 Subject: [PATCH] Update for register claim request payload. --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 0fb6adc7..536bbfd1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -637,7 +637,6 @@ export const useMainStore = defineStore({ referralCorrelationId: this.order.referralCorrelationId, accountNumber: this.order.parentAccountNumber?.toString() ?? '', policyData: this.order.policy.policyData, - isRepair: this.order.damage.isRepair, isItac: isITAC, insured: { firstName: this.order.customer.firstName, @@ -672,6 +671,7 @@ export const useMainStore = defineStore({ }, lossInfo: { dateOfLoss: this.order.policy.dateOfLoss, + isRepair: this.order.damage.isRepair, location: { city: this.order.policy.damageCity, state: this.order.policy.damageState,