Skip to content

Commit 92fde87

Browse files
authored
[POS Settings] Enable feature flag (#16067)
2 parents d5786ad + b234379 commit 92fde87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 .pointOfSaleOrdersi2:
9696
return true
9797
case .pointOfSaleSettingsi1:
98-
return buildConfig == .localDeveloper || buildConfig == .alpha
98+
return true
9999
case .orderAddressMapSearch:
100100
return true
101101
case .pointOfSaleHistoricalOrdersi1:

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
23.2
55
-----
6-
6+
- [*] POS: Point of Sale settings are now accessible in POS mode [https://github.com/woocommerce/woocommerce-ios/pull/16067]
77

88
23.1
99
-----

0 commit comments

Comments
 (0)