Merge pull request #618 from Safelite/feature/digital/SSR-1125

SSR-1125 Fix Claim Registration
This commit is contained in:
Josh Dassinger 2024-04-15 10:05:07 -05:00 committed by GitHub
commit f2d0a3e87e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -571,7 +571,7 @@ export const useMainStore = defineStore({
country: 'US' // TODO set from store country: 'US' // TODO set from store
}, },
homePhone: { homePhone: {
number: this.order.customerInfo?.homePhone?.replaceAll(nonNumberCharRegex, '') ?? '' number: this.contactInfo.homePhone?.replaceAll(nonNumberCharRegex, '') ?? ''
} }
}, },
driver: { driver: {