Small update to match coverage service update

This commit is contained in:
Bill Richardson 2026-06-16 09:59:17 -04:00
parent 4c53f96b9b
commit 9632fa35fc

View file

@ -638,6 +638,8 @@ export const useMainStore = defineStore({
payload: payload:
{ {
referralCorrelationId: this.order.referralCorrelationId, referralCorrelationId: this.order.referralCorrelationId,
referralDate: this.order.referralDate,
referralNumber: this.order.referralNumber,
accountNumber: this.order.parentAccountNumber?.toString() ?? '', accountNumber: this.order.parentAccountNumber?.toString() ?? '',
policyData: this.order.policy.policyData, policyData: this.order.policy.policyData,
// TODO: Remove this isRepair flag from the payload after coverage service updates are deployed. // TODO: Remove this isRepair flag from the payload after coverage service updates are deployed.