Skip to content

Commit

Permalink
feat: replace BE FLSS key
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Jul 1, 2024
1 parent 6a6244a commit 991d78f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/ExperimentIdLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import experimentVersionFragment from '@/graphql/fragments/experimentVersion.gra
// Experiment assignments that will be passed in the X-Experiment Header
const targetIds = [
'EXP-ML-Service-Bandit-LendByCategory',
'EXP-FLSS-Ongoing-Sitewide-2'
'EXP-FLSS-Ongoing-Sitewide-3'
];

function buildExpHeaders(cache) {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Lend/LoanChannelCategoryControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ import { trackExperimentVersion } from '@/util/experiment/experimentUtils';
const defaultLoansPerPage = 12;
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-2';
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-3';
// Routes to show monthly good promo
const targetRoutes = [
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Lend/LoanSearchPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import KvPageContainer from '~/@kiva/kv-components/vue/KvPageContainer';
import KvMaterialIcon from '~/@kiva/kv-components/vue/KvMaterialIcon';
import { setChallengeCookieData } from '../../util/teamChallengeUtils';
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-2';
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-3';
const CATEGORY_REDIRECT_EXP_KEY = 'category_filter_redirect';
const CHALLENGE_HEADER_EXP = 'filters_challenge_header';
const SHOW_LOANS_ACTIVITY_FEED_EXP = 'filter_loans_activity_feed';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LoanFinding/LoanFinding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ import experimentAssignmentQuery from '@/graphql/query/experimentAssignment.grap
import HandOrangeIcon from '@/assets/images/hand_orange.svg';
const prefetchedRecommendedLoansVariables = { pageLimit: 4, origin: FLSS_ORIGIN_LEND_BY_CATEGORY };
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-2';
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-3';
const THREE_LOANS_RECOMMENDED_ROW_EXP_KEY = 'lh_three_loans_recommended_row';
const FIVE_DOLLARS_BANNER_KEY = 'kvfivedollarsbanner';
const QUICK_FILTERS_MOBILE_EXP_KEY = 'lh_qf_mobile_version';
Expand Down

0 comments on commit 991d78f

Please sign in to comment.