We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce0a9f commit f3fa930Copy full SHA for f3fa930
WooCommerce/Classes/ViewRelated/Dashboard/Settings/POS/POSTabEligibilityChecker.swift
@@ -131,7 +131,8 @@ final class POSTabEligibilityChecker: POSEntryPointEligibilityCheckerProtocol {
131
return await checkEligibility()
132
}
133
case .unsupportedWooCommerceVersion, .wooCommercePluginNotFound:
134
- // TODO: sync the WooCommerce plugin then check eligibility again.
+ // TODO: WOOMOB-799 - sync the WooCommerce plugin then check eligibility again.
135
+ // For now, it requires relaunching the app or switching stores to refresh the plugin info.
136
137
case .featureSwitchDisabled:
138
// TODO: WOOMOB-759 - enable feature switch via API and check eligibility again
0 commit comments