Skip to content

Commit fa5bebf

Browse files
committed
Create pointOfSaleHistoricalOrdersi1 feature flag
1 parent 732cda3 commit fa5bebf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
107107
return false
108108
case .orderAddressMapSearch:
109109
return true
110+
case .pointOfSaleHistoricalOrdersi1:
111+
return buildConfig == .localDeveloper || buildConfig == .alpha
110112
default:
111113
return true
112114
}

Modules/Sources/Experiments/FeatureFlag.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,8 @@ public enum FeatureFlag: Int {
218218
/// Enables the CTA to search for an address in the map in order details > shipping address.
219219
///
220220
case orderAddressMapSearch
221+
222+
/// Enables the entry point for Point of Sale Orders
223+
///
224+
case pointOfSaleHistoricalOrdersi1
221225
}

0 commit comments

Comments
 (0)