Merge pull request #653 from Safelite/defect/digital/SSR-1173

SSR-1173 Fix Welcome Page Phone number not populating
This commit is contained in:
Josh Dassinger 2024-04-26 13:38:24 -05:00 committed by GitHub
commit 69cf6ff743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -431,7 +431,7 @@ export default {
damageCity: this.mainStore.order.policy.damageCity,
isDamageGlassOnly:
this.mainStore.order.policy.isDamageGlassOnly,
phoneNumber: this.mainStore.order.customer.phoneNumber,
phoneNumber: this.mainStore.order.contactInfo.homePhone,
email: this.mainStore.order.customer.emailAddress,
isPolicyNumberDisabled:
this.mainStore.order.policy.isPolicyNumberDisabled,