From 00b5038ff7b72406d7599d536bc01a13dafaa342 Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:50:20 -0500 Subject: [PATCH] CSR-1072 was not setting BillToAccount CSR-1072 was not setting BillToAccount --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) 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 =