Inject WooCommerce helper for statistics
[MAILPOET-1853]
This commit is contained in:
@@ -78,7 +78,7 @@ class WorkersFactory {
|
||||
}
|
||||
|
||||
function createStatsNotificationsWorker($timer) {
|
||||
return new StatsNotificationsWorker($this->mailer, $this->renderer, $this->settings, $timer);
|
||||
return new StatsNotificationsWorker($this->mailer, $this->renderer, $this->settings, $this->woocommerce_helper, $timer);
|
||||
}
|
||||
|
||||
/** @return SendingServiceKeyCheckWorker */
|
||||
|
Reference in New Issue
Block a user