Skip to content

Commit 0e9b18e

Browse files
committed
enable pointOfSaleOrdersi1
1 parent b0430e4 commit 0e9b18e

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
@@ -98,7 +98,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9898
case .pointOfSaleAsATabi2:
9999
return buildConfig == .localDeveloper || buildConfig == .alpha
100100
case .pointOfSaleOrdersi1:
101-
return buildConfig == .localDeveloper || buildConfig == .alpha
101+
return true
102102
case .pointOfSaleOrdersi2:
103103
return buildConfig == .localDeveloper || buildConfig == .alpha
104104
case .pointOfSaleBarcodeScanningi2:

0 commit comments

Comments
 (0)