Skip to content

Commit 53e5a3b

Browse files
authored
[Local catalog] Enable local feature flag (#16395)
2 parents de35e32 + fd7488c commit 53e5a3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9595
case .pointOfSaleHistoricalOrdersi1:
9696
return true
9797
case .pointOfSaleLocalCatalogi1:
98-
return buildConfig == .localDeveloper || buildConfig == .alpha
98+
return true
9999
case .ciabBookings:
100100
return buildConfig == .localDeveloper || buildConfig == .alpha
101101
case .pointOfSaleSurveys:

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [*] Update products on the Top Performers card when there are changes made to displayed products [https://github.com/woocommerce/woocommerce-ios/pull/16380]
99
- [*] Fixed issue unregistering device from push notifications [https://github.com/woocommerce/woocommerce-ios/pull/16386]
1010
- [Internal] Fix broken navigation to a variable product selector [https://github.com/woocommerce/woocommerce-ios/pull/16363]
11+
-[***] POS uses a local on-device product catalog for fast barcode scanning, search, and product selection [https://github.com/woocommerce/woocommerce-ios/pull/16395]
1112

1213
23.7
1314
-----

0 commit comments

Comments
 (0)