Merge pull request #903 from Safelite/feature/SSR-1704
ITAC pricing payload update
This commit is contained in:
commit
319f87cfd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1165,7 +1165,7 @@ export const useMainStore = defineStore({
|
||||||
ServerData: this.order.lineItems.serverData,
|
ServerData: this.order.lineItems.serverData,
|
||||||
Customer: {
|
Customer: {
|
||||||
PhoneNumber: contactInfo.servicePhone,
|
PhoneNumber: contactInfo.servicePhone,
|
||||||
State: policy.damageState,
|
State: policy.damageState || this.order.customer.address.state,
|
||||||
ZipCode: policy.policyZipCode
|
ZipCode: policy.policyZipCode
|
||||||
},
|
},
|
||||||
Account: {
|
Account: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue