diff --git a/src/store/index.js b/src/store/index.js index 7861206e3..6fbd409a8 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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;