Skip to content

Commit 620a980

Browse files
authored
[Woo POS][Historical Orders] Enable i1 feature flag (#16198)
2 parents 10643d6 + d17cf73 commit 620a980

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
@@ -93,7 +93,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9393
case .orderAddressMapSearch:
9494
return true
9595
case .pointOfSaleHistoricalOrdersi1:
96-
return buildConfig == .localDeveloper || buildConfig == .alpha
96+
return true
9797
case .pointOfSaleLocalCatalogi1:
9898
return buildConfig == .localDeveloper || buildConfig == .alpha
9999
case .ciabBookings:

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [internal] POS code was moved to its own module, including POS specific color and image assets. [https://github.com/woocommerce/woocommerce-ios/pull/16176]
77
- [*] Fix Create Coupon screen scrolling issue. [https://github.com/woocommerce/woocommerce-ios/pull/16218]
88
- [*] Order list: Allow filtering of Web, Point of Sale, and WP-Admin orders. [https://github.com/woocommerce/woocommerce-ios/pull/16228]
9+
- [**] POS: Allow merchants to view, search, and manage POS orders directly within the POS interface. [https://github.com/woocommerce/woocommerce-ios/pull/16198]
910

1011
23.4
1112
-----

0 commit comments

Comments
 (0)