File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Modules/Sources/Experiments Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments