diff --git a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift index 7e8a9168bb6..a1c0733a23d 100644 --- a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift +++ b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift @@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService { case .pointOfSaleHistoricalOrdersi1: return true case .pointOfSaleLocalCatalogi1: - return buildConfig == .localDeveloper || buildConfig == .alpha + return true case .ciabBookings: return buildConfig == .localDeveloper || buildConfig == .alpha case .pointOfSaleSurveys: diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b45b94dafa8..a4aefd3e311 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ - [*] Update products on the Top Performers card when there are changes made to displayed products [https://github.com/woocommerce/woocommerce-ios/pull/16380] - [*] Fixed issue unregistering device from push notifications [https://github.com/woocommerce/woocommerce-ios/pull/16386] - [Internal] Fix broken navigation to a variable product selector [https://github.com/woocommerce/woocommerce-ios/pull/16363] +-[***] POS uses a local on-device product catalog for fast barcode scanning, search, and product selection [https://github.com/woocommerce/woocommerce-ios/pull/16395] 23.7 -----