Merge pull request #2054 from Safelite/feature/CSR-2288
CSR-2288 set bill-to on insurance company page
This commit is contained in:
commit
a59c6b14be
1 changed files with 14 additions and 0 deletions
|
|
@ -130,6 +130,20 @@ export default {
|
|||
this.parentAccountNumber.toString(),
|
||||
false
|
||||
);
|
||||
|
||||
const billToAccountNumber = await baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
storeActions.GET_BILL_TO_ACCOUNT_NUMBER,
|
||||
{},
|
||||
"insurance-company",
|
||||
false
|
||||
);
|
||||
|
||||
baseMixin.methods.dispatchStoreAction(
|
||||
storeActions.SAVE_BILL_TO_ACCOUNT_NUMBER,
|
||||
billToAccountNumber,
|
||||
false
|
||||
);
|
||||
|
||||
navigateToHeritageFunnel({
|
||||
shouldSaveSession: true,
|
||||
pageNameToLog: "insurance-company",
|
||||
|
|
|
|||
Loading…
Reference in a new issue