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.
2 parents 6f51e46 + c73e74f commit d8930a2Copy full SHA for d8930a2
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -33,6 +33,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
33
return true
34
case .updateOrderOptimistically:
35
return buildConfig == .localDeveloper || buildConfig == .alpha
36
+ case .shippingLabelsOnboardingM1:
37
+ return buildConfig == .localDeveloper || buildConfig == .alpha
38
default:
39
40
}
Experiments/Experiments/FeatureFlag.swift
@@ -65,4 +65,8 @@ public enum FeatureFlag: Int {
65
/// Enable optimistic updates for orders
66
///
67
case updateOrderOptimistically
68
+
69
+ /// Enable Shipping Labels Onboarding M1 (display the banner in Order Detail screen for installing the WCShip plugin)
70
+ ///
71
+ case shippingLabelsOnboardingM1
72
0 commit comments