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 732cda3 commit fa5bebfCopy full SHA for fa5bebf
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -107,6 +107,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
107
return false
108
case .orderAddressMapSearch:
109
return true
110
+ case .pointOfSaleHistoricalOrdersi1:
111
+ return buildConfig == .localDeveloper || buildConfig == .alpha
112
default:
113
114
}
Modules/Sources/Experiments/FeatureFlag.swift
@@ -218,4 +218,8 @@ public enum FeatureFlag: Int {
218
/// Enables the CTA to search for an address in the map in order details > shipping address.
219
///
220
case orderAddressMapSearch
221
+
222
+ /// Enables the entry point for Point of Sale Orders
223
+ ///
224
+ case pointOfSaleHistoricalOrdersi1
225
0 commit comments