CASH-60
CASH-60 return to avoid race conditions.
This commit is contained in:
parent
c61a299adb
commit
e54363e503
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ const routes = [
|
|||
if (to.query.fmgPage === fmgPageValues.PAYMENT) {
|
||||
await store.getters.applicationUser.saveSessionPromise;
|
||||
window.location = applicationConfig.PIA_CANCEL_URL;
|
||||
return;
|
||||
}
|
||||
|
||||
GoToFunnelStartOn404(next);
|
||||
|
|
|
|||
Loading…
Reference in a new issue