Skip to content

Commit 8d3389d

Browse files
committed
remove unused flag for pointOfSaleSettingsCardReaderFlow
1 parent 75aeb20 commit 8d3389d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
100100
return buildConfig == .localDeveloper || buildConfig == .alpha
101101
case .pointOfSaleSurveys:
102102
return buildConfig == .localDeveloper || buildConfig == .alpha
103-
case .pointOfSaleSettingsCardReaderFlow:
104-
return buildConfig == .localDeveloper || buildConfig == .alpha
105103
case .pointOfSaleCatalogAPI:
106104
return false
107105
default:

Modules/Sources/Experiments/FeatureFlag.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ public enum FeatureFlag: Int {
208208
///
209209
case pointOfSaleSurveys
210210

211-
/// Enables card reader connection flow within POS settings
212-
///
213-
case pointOfSaleSettingsCardReaderFlow
214-
215211
/// Enables using the catalog API endpoint for Point of Sale catalog full sync
216212
///
217213
case pointOfSaleCatalogAPI

0 commit comments

Comments
 (0)