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 023d0d1 commit 95da679Copy full SHA for 95da679
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -104,7 +104,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
104
case .pointOfSaleBarcodeScanningi2:
105
return true
106
case .pointOfSaleSettingsi1:
107
- return false
+ return buildConfig == .localDeveloper || buildConfig == .alpha
108
case .orderAddressMapSearch:
109
110
default:
0 commit comments