Merge pull request #1717 from Safelite/feature/CSR-1072
Feature/csr 1072
This commit is contained in:
commit
27e4c669c4
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