Another local redirect fix
This commit is contained in:
parent
de7eb15032
commit
e50d444928
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export default {
|
|||
additionalSuccessEventDataHandler,
|
||||
}) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
|
||||
const cfDistroUrl = applicationConfig.CONSUMER_CF_DISTRO;
|
||||
const payloadAndAnalyticsData = Object.assign({}, payload, { AppName: "FixMyGlass" });
|
||||
const headers = {
|
||||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||
|
|
|
|||
Loading…
Reference in a new issue