CSR-1928
CSR-1928 use comma separator instead of slash
This commit is contained in:
parent
29d3b5fae2
commit
74749f4172
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ export default {
|
||||||
this.pushEventToGA(
|
this.pushEventToGA(
|
||||||
this.GaCategories.SERVICE_LOCATION,
|
this.GaCategories.SERVICE_LOCATION,
|
||||||
gaAction,
|
gaAction,
|
||||||
shops.join("/"),
|
shops.join(","),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue