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.
pointOfSaleOrdersi1
2 parents 082a407 + d8a2c51 commit cc047c7Copy full SHA for cc047c7
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -93,6 +93,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
93
return false
94
case .pointOfSaleAsATabi1:
95
return true
96
+ case .pointOfSaleOrdersi1:
97
+ return buildConfig == .localDeveloper || buildConfig == .alpha
98
default:
99
100
}
Modules/Sources/Experiments/FeatureFlag.swift
@@ -195,4 +195,8 @@ public enum FeatureFlag: Int {
195
/// Enables displaying POS as a tab in the tab bar with the same eligibility as the previous entry point
196
///
197
case pointOfSaleAsATabi1
198
+
199
+ /// Enables displaying Point Of Sale details in order list and order details
200
+ ///
201
+ case pointOfSaleOrdersi1
202
0 commit comments