fixing response policy account number name
This commit is contained in:
parent
7e5938510e
commit
d9c6139b21
1 changed files with 1 additions and 2 deletions
|
|
@ -566,8 +566,7 @@ export const useMainStore = defineStore({
|
|||
const insured = responsePolicy.insureds?.[0];
|
||||
|
||||
// populate parent account number
|
||||
// todo confirm that this is the right policy
|
||||
order.parentAccountNumber = responsePolicy.parentAccountNumber;
|
||||
order.parentAccountNumber = responsePolicy.accountNumber;
|
||||
|
||||
// populate policy holder details from policy lookup
|
||||
order.customer.address.streetAddress = insured?.address;
|
||||
|
|
|
|||
Loading…
Reference in a new issue