CSR-98 Remove experiments used for local testing

This commit is contained in:
Katie 2022-03-25 10:06:57 -04:00
parent d4579137ae
commit 0eaec7e5f8

View file

@ -186,9 +186,7 @@ export async function navigateToHeritageFunnel() {
externalUrls.HERITAGE_FUNNEL,
{
corid: store.getters.order.referralCorrelationId,
src: "concept-funnel",
cns: "all",
experiments: "RemoveServiceAreaPage=ServAreaRemoval_V7=ServAreaNoRemove_V7_TEST=true,ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
src: "concept-funnel"
}
);
}