woocommerce-ios
woocommerce-ios copied to clipboard
Remove `SKUInputScanner` feature flag
- We may not want to remove this flag for now, as per https://github.com/woocommerce/woocommerce-ios/pull/5695
Created a new feature flag productSKUInputScanner that always returns true, which is used for product SKU input scanner CTA. Since the more complicated inventory scanner (CTA on the Products tab) is still WIP, we want to release two features separately with two feature flags
Description
As part of https://github.com/woocommerce/woocommerce-ios/issues/7605 (removing feature-flag-related code that has been in production for a while) this PR removes the .productSKUInputScanner
feature flag, as well as logic that relies on it.
You can test the changes from this Pull Request by:
- Clicking here or scanning the QR code below to access App Center
- Then installing the build number
pr7705-54c06ed
on your iPhone
Resolved as part of the SKU Scanner implementation