Another local redirect fix

This commit is contained in:
Leah Schumann 2024-08-06 07:08:15 -04:00
parent de7eb15032
commit e50d444928

View file

@ -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),