updating homephone from load session
This commit is contained in:
hiteshkumar87 2024-04-23 18:11:01 +05:30
parent 40691b8ac5
commit f2ff463cd1

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;