Merge pull request #903 from Safelite/feature/SSR-1704

ITAC pricing payload update
This commit is contained in:
katiekroell 2024-11-26 16:43:04 -05:00 committed by GitHub
commit 319f87cfd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {