diff --git a/src/store/index.js b/src/store/index.js index bb4444062..cdd5733ba 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -523,6 +523,8 @@ export const mutations = { state.order.payment.parentAccountNumber = sessionInformation.order.payment.parentAccountNumber; + state.order.payment.billToAccountNumber = + sessionInformation.order.payment.billToAccountNumber; state.order.payment.inactivePromos = sessionInformation.order.payment.inactivePromos; state.order.serviceLocation.address =