diff --git a/src/router/index.js b/src/router/index.js index d939b17ee..f9dcd3142 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -97,7 +97,7 @@ const routes = [ } //Update external parameter state updateExternalParameterState(); - + //Affiliate Cookies const affiliateCookies = getAffiliateCookies(); if (affiliateCookies != null && affiliateCookies.length > 0) { diff --git a/src/store/index.js b/src/store/index.js index adfcc8279..aa5747a0f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -2824,8 +2824,7 @@ export const actions = { window.sessionStorage.removeItem("externalParameterState"); //restore affiliate cookies - context.commit(storeMutations.UPDATE_AFFILIATE_COOKIES, affiliateCookies); - + context.commit(storeMutations.UPDATE_AFFILIATE_COOKIES, affiliateCookies); }, resetSubmittedOrder(context) {