Skip to content

Commit f3fa930

Browse files
committed
Update TODO comment for refreshing WC plugin.
1 parent 5ce0a9f commit f3fa930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/POS/POSTabEligibilityChecker.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ final class POSTabEligibilityChecker: POSEntryPointEligibilityCheckerProtocol {
131131
return await checkEligibility()
132132
}
133133
case .unsupportedWooCommerceVersion, .wooCommercePluginNotFound:
134-
// TODO: sync the WooCommerce plugin then check eligibility again.
134+
// 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.
135136
return await checkEligibility()
136137
case .featureSwitchDisabled:
137138
// TODO: WOOMOB-759 - enable feature switch via API and check eligibility again

0 commit comments

Comments
 (0)