Skip to content

Commit de6d127

Browse files
committed
Enable Point of Sale Historical Orders i1 feature flag
1 parent eaa33a0 commit de6d127

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 .orderAddressMapSearch:
9696
return true
9797
case .pointOfSaleHistoricalOrdersi1:
98-
return buildConfig == .localDeveloper || buildConfig == .alpha
98+
return true
9999
case .pointOfSaleLocalCatalogi1:
100100
return buildConfig == .localDeveloper || buildConfig == .alpha
101101
case .ciabBookings:

0 commit comments

Comments
 (0)