Skip to content

Commit c79339a

Browse files
committed
Enable Barcode Scanning i2 project feature flag
1 parent 43a0e68 commit c79339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
102102
case .pointOfSaleOrdersi2:
103103
return true
104104
case .pointOfSaleBarcodeScanningi2:
105-
return buildConfig == .localDeveloper || buildConfig == .alpha
105+
return true
106106
case .orderAddressMapSearch:
107107
return true
108108
default:

0 commit comments

Comments
 (0)