update
This commit is contained in:
@@ -67,7 +67,6 @@ class CronJobsHandler
|
||||
break;
|
||||
case self::ACTION_EXPORT_OFFERS:
|
||||
$this->exportOfferProcessor->process();
|
||||
file_put_contents('logs/empik.log', date( 'Y-m-d H:i:s' ) . ' - export offers' . PHP_EOL, FILE_APPEND );
|
||||
break;
|
||||
case self::ACTION_IMPORT_ORDERS:
|
||||
$this->orderProcessor->process();
|
||||
|
||||
Reference in New Issue
Block a user