CSR-1072 was not setting BillToAccount
CSR-1072 was not setting BillToAccount
This commit is contained in:
parent
54410bc420
commit
00b5038ff7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue