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 ce0ef50 commit 419896cCopy full SHA for 419896c
WooCommerce/Classes/Yosemite/DefaultStoresManager.swift
@@ -352,7 +352,8 @@ private extension DefaultStoresManager {
352
dispatch(productSettingsAction)
353
354
/// skips synchronizing site plan if logged in with WPOrg credentials
355
- if siteID != WooConstants.placeholderStoreID {
+ /// because this requires a WPCom endpoint.
356
+ if isAuthenticatedWithoutWPCom {
357
group.enter()
358
let sitePlanAction = AccountAction.synchronizeSitePlan(siteID: siteID) { result in
359
if case let .failure(error) = result {
0 commit comments