Browse Source

feat(growth): adding checkout default business experiment (#27901)

Zhixing Zhang 3 years ago
parent
commit
eb3028244e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      static/app/data/experimentConfig.tsx

+ 6 - 0
static/app/data/experimentConfig.tsx

@@ -31,6 +31,12 @@ export const experimentList = [
     parameter: 'exposed',
     assignments: [0, 1],
   },
+  {
+    key: 'CheckoutDefaultBusinessExperiment',
+    type: ExperimentType.Organization,
+    parameter: 'exposed',
+    assignments: [0, 1],
+  },
 ] as const;
 
 export const experimentConfig = experimentList.reduce(