Enable WooCommerceSync worker

[MAILPOET-1732]
This commit is contained in:
Rostislav Wolny
2019-03-26 17:06:58 +01:00
committed by M. Shull
parent 7c2b2e3f60
commit f39853846b
2 changed files with 3 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ class Daemon {
$this->executeBounceWorker();
$this->executeExportFilesCleanupWorker();
$this->executeInactiveSubscribersWorker();
// TODO: execute WooCommerceSync worker
$this->executeWooCommerceSyncWorker();
} catch (\Exception $e) {
CronHelper::saveDaemonLastError($e->getMessage());
}