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 eaa33a0 commit de6d127Copy full SHA for de6d127
Modules/Sources/Experiments/DefaultFeatureFlagService.swift
@@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
95
case .orderAddressMapSearch:
96
return true
97
case .pointOfSaleHistoricalOrdersi1:
98
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ return true
99
case .pointOfSaleLocalCatalogi1:
100
return buildConfig == .localDeveloper || buildConfig == .alpha
101
case .ciabBookings:
0 commit comments