CSR-2087
formating
This commit is contained in:
parent
20f6972361
commit
deb6688c89
2 changed files with 2 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ const routes = [
|
|||
}
|
||||
//Update external parameter state
|
||||
updateExternalParameterState();
|
||||
|
||||
|
||||
//Affiliate Cookies
|
||||
const affiliateCookies = getAffiliateCookies();
|
||||
if (affiliateCookies != null && affiliateCookies.length > 0) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue