Merge pull request #1262 from Safelite/feature/richardson/INSR-9831.2
Small update to match coverage service update
This commit is contained in:
commit
c320dc8437
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue