From f2ff463cd1483143fc6924a476475d822b2c6a49 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Tue, 23 Apr 2024 18:11:01 +0530 Subject: [PATCH] CSR-2081 updating homephone from load session --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;