Skip to content

Commit 9225ecb

Browse files
committed
enable pointOfSaleSettingsi1 prod build
1 parent f2e3e2e commit 9225ecb

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
@@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9595
case .pointOfSaleOrdersi2:
9696
return true
9797
case .pointOfSaleSettingsi1:
98-
return buildConfig == .localDeveloper || buildConfig == .alpha
98+
return true
9999
case .orderAddressMapSearch:
100100
return true
101101
case .pointOfSaleHistoricalOrdersi1:

0 commit comments

Comments
 (0)