debug url
This commit is contained in:
parent
cbcf0b1bd2
commit
0912930b94
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ export async function getImplicitNavigation(toRoute) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLog }) {
|
export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLog }) {
|
||||||
|
console.log(new Date() + "navigateToHeritageFunnel: externalUrl:" + externalUrls.HERITAGE_FUNNEL);
|
||||||
|
console.log(new Date() + "navigateToHeritageFunnel: VUE_APP_HERITAGE_FUNNEL:" + process.env.VUE_APP_HERITAGE_FUNNEL);
|
||||||
// Create the order (or save existing order) when navigating to Heritage Funnel.
|
// Create the order (or save existing order) when navigating to Heritage Funnel.
|
||||||
if (shouldSaveSession) {
|
if (shouldSaveSession) {
|
||||||
await saveSession({ pageNameToLog: pageNameToLog, shouldAwaitSaveSessionQueue: true });
|
await saveSession({ pageNameToLog: pageNameToLog, shouldAwaitSaveSessionQueue: true });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue