diff --git a/Cron/GenerateStatistics.php b/Cron/GenerateStatistics.php index e34ed1d4..0dd7aec9 100644 --- a/Cron/GenerateStatistics.php +++ b/Cron/GenerateStatistics.php @@ -86,6 +86,7 @@ public function __construct( public function execute() { $data = []; + $data['time'] = $this->helper->getGmtDate(); foreach ($this->storeManager->getStores() as $storeId => $val) { if ($this->helper->isMailChimpEnabled($storeId)) {