We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527eded commit c48427fCopy full SHA for c48427f
Experiments/Experiments/ABTest.swift
@@ -16,8 +16,8 @@ public enum ABTest: String, CaseIterable {
16
case aaTestLoggedOut = "woocommerceios_explat_aa_test_logged_out_202212_v2"
17
18
/// A/B test for the REST API project
19
- /// Experiment ref: pbxNRc-1S0-p2
20
- case applicationPasswordAuthentication = "woocommerceios_login_rest_api_project_202301"
+ /// Experiment ref: pbxNRc-2i4-p2
+ case applicationPasswordAuthentication = "woocommerceios_login_rest_api_project_202301_v2"
21
22
/// Returns a variation for the given experiment
23
public var variation: Variation {
0 commit comments