Handle Woo plugin connection timeouts without 500 errors.
Deploy Ladill Woo Manager / deploy (push) Successful in 1m4s

Treat unreachable WordPress stores as unavailable during integrations refresh instead of throwing when the site times out.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-08 11:02:06 +00:00
co-authored by Cursor
parent 09359ca86a
commit 1e97f129e9
3 changed files with 70 additions and 12 deletions
@@ -36,6 +36,8 @@ class IntegrationController extends Controller
return redirect()
->route('woo.integrations.index')
->with('status', 'Integration status refreshed.');
->with('success', $store
? 'Integration status refreshed.'
: 'Connect a store to refresh integration status.');
}
}