Skip to content

Commit c48427f

Browse files
Use the new version REST API Abacus experiment.
1 parent 527eded commit c48427f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Experiments/Experiments/ABTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public enum ABTest: String, CaseIterable {
1616
case aaTestLoggedOut = "woocommerceios_explat_aa_test_logged_out_202212_v2"
1717

1818
/// A/B test for the REST API project
19-
/// Experiment ref: pbxNRc-1S0-p2
20-
case applicationPasswordAuthentication = "woocommerceios_login_rest_api_project_202301"
19+
/// Experiment ref: pbxNRc-2i4-p2
20+
case applicationPasswordAuthentication = "woocommerceios_login_rest_api_project_202301_v2"
2121

2222
/// Returns a variation for the given experiment
2323
public var variation: Variation {

0 commit comments

Comments
 (0)