Skip to content

Commit bf3bb02

Browse files
committed
add flag pointOfSaleSettingsi1
1 parent a68ea24 commit bf3bb02

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
@@ -103,6 +103,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
103103
return true
104104
case .pointOfSaleBarcodeScanningi2:
105105
return true
106+
case .pointOfSaleSettingsi1:
107+
return false
106108
case .orderAddressMapSearch:
107109
return true
108110
default:

Modules/Sources/Experiments/FeatureFlag.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ public enum FeatureFlag: Int {
211211
///
212212
case pointOfSaleBarcodeScanningi2
213213

214+
/// Enables the entry point for Point of Sale Settings
215+
///
216+
case pointOfSaleSettingsi1
217+
214218
/// Enables the CTA to search for an address in the map in order details > shipping address.
215219
///
216220
case orderAddressMapSearch

0 commit comments

Comments
 (0)