Missed one
This commit is contained in:
parent
550a1c8363
commit
48eaebc9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ export const useMainStore = defineStore({
|
|||
payload:
|
||||
{
|
||||
referralCorrelationId: this.order.referralCorrelationId,
|
||||
accountNumber: this.issConfig.parentAccountNumber?.toString() ?? '',
|
||||
accountNumber: this.order.parentAccountNumber?.toString() ?? '',
|
||||
policyData: this.order.policy.policyData,
|
||||
isItac: isITAC,
|
||||
insured: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue