CSR-1072 was not setting BillToAccount

CSR-1072 was not setting BillToAccount
This commit is contained in:
CarlNation 2024-02-02 08:50:20 -05:00
parent 54410bc420
commit 00b5038ff7

View file

@ -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 =