use customer.address.state in ITAC pricing call if damageState isn't available
This commit is contained in:
parent
77a791444d
commit
85f105a9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ export const useMainStore = defineStore({
|
|||
ServerData: this.order.lineItems.serverData,
|
||||
Customer: {
|
||||
PhoneNumber: contactInfo.servicePhone,
|
||||
State: policy.damageState,
|
||||
State: policy.damageState || this.order.customer.address.state,
|
||||
ZipCode: policy.policyZipCode
|
||||
},
|
||||
Account: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue