Skip to content

Commit 661eaa6

Browse files
authored
[WooPOS] [Barcodes] Enable Barcode Scanning i2 feature flag (#15979)
2 parents e18cefc + 5fe3b52 commit 661eaa6

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
@@ -102,7 +102,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
102102
case .pointOfSaleOrdersi2:
103103
return true
104104
case .pointOfSaleBarcodeScanningi2:
105-
return buildConfig == .localDeveloper || buildConfig == .alpha
105+
return true
106106
case .orderAddressMapSearch:
107107
return true
108108
default:

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [*] Order Details > Edit Shipping/Billing Address: Added map-based address lookup support for iOS 17+. [https://github.com/woocommerce/woocommerce-ios/pull/15964]
1313
- [*] Order Creation: Prevent subscription products to be added to an order [https://github.com/woocommerce/woocommerce-ios/pull/15960]
1414
- [internal] Replace COTS_DEVICE reader model name with TAP_TO_PAY_DEVICE. [https://github.com/woocommerce/woocommerce-ios/pull/15961]
15+
[**] POS: Added a guided setup flow for barcode scanning, and improved the scanning experience with better error handling and support for starting a new order on scan. [https://github.com/woocommerce/woocommerce-ios/pull/15979]
1516

1617
22.9
1718
-----

0 commit comments

Comments
 (0)