Merge pull request #1831 from Safelite/feature/Digital/csr-2081

CSR-2081
This commit is contained in:
hiteshkumar87 2024-04-23 18:19:36 +05:30 committed by GitHub
commit 44c595e88c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -581,7 +581,7 @@ export const mutations = {
state.order.customer.emailAddress = sessionInformation.order.customer.emailAddress;
state.order.customer.firstName = sessionInformation.order.customer.firstName;
state.order.customer.lastName = sessionInformation.order.customer.lastName;
state.order.customer.phoneNumber = sessionInformation.order.customer.phoneNumber;
state.order.customer.phoneNumber = sessionInformation.order.customer.homePhone;
state.order.customer.isSmsOptIn = sessionInformation.order.customer.isSmsOptIn;
state.applicationUser.experiments = sessionInformation.applicationUser.experiments;