You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(woocommerce): CLI-context fallback for persistLastImportTimestamp
$this->app->DatabaseService is only lazy-bound in the web context. When
the shopimporter runs through the cron trigger the service is not
available, which breaks the timestamp persistence path. Falls back to
$this->app->DB with real_escape_string when DatabaseService is absent.
Discovered during the WC 8.9.3 + 10.7.0 integration test matrix on the
.143 test instance.
0 commit comments