Adding the base isRepair flag back (yes its duplicated). This is temporary to make sure we can push new code to prod and ignore having to update the coverage service.
This commit is contained in:
parent
d47f6d0d39
commit
e6341d4894
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