This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -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();