CSR-2081
updating homephone from load session
This commit is contained in:
parent
40691b8ac5
commit
f2ff463cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue