Merge pull request #1262 from Safelite/feature/richardson/INSR-9831.2

Small update to match coverage service update
This commit is contained in:
brich1212safe 2026-06-16 10:31:03 -04:00 committed by GitHub
commit c320dc8437
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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