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 43a0e68 commit c79339aCopy full SHA for c79339a
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -102,7 +102,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
102
case .pointOfSaleOrdersi2:
103
return true
104
case .pointOfSaleBarcodeScanningi2:
105
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ return true
106
case .orderAddressMapSearch:
107
108
default:
0 commit comments