Removed experiments

This commit is contained in:
FrankRua 2022-04-19 12:57:14 -04:00
parent 9b01b674c3
commit 00e512f4b2

View file

@ -48,8 +48,7 @@ export async function navigateToHeritageFunnel() {
externalUrls.HERITAGE_FUNNEL,
{
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
experiments: "ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
src: "concept-funnel"
}
);
}