CSR-2288 set bill-to on insurance company page
CSR-2288 set bill-to on insurance company page once the user -has selected the company
This commit is contained in:
parent
814b8c9248
commit
c7dbfa7423
1 changed files with 14 additions and 0 deletions
|
|
@ -130,6 +130,20 @@ export default {
|
||||||
this.parentAccountNumber.toString(),
|
this.parentAccountNumber.toString(),
|
||||||
false
|
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({
|
navigateToHeritageFunnel({
|
||||||
shouldSaveSession: true,
|
shouldSaveSession: true,
|
||||||
pageNameToLog: "insurance-company",
|
pageNameToLog: "insurance-company",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue