LD пре 5 година
родитељ
комит
71e066e2bd

+ 1 - 1
app/Console/Commands/SyncOrderPackageLogisticRouteTask.php

@@ -38,7 +38,7 @@ class SyncOrderPackageLogisticRouteTask extends Command
      */
     public function handle()
     {
-        ini_set('memory_limit','1226M');
+        ini_set('memory_limit','2226M');
         (new OrderPackageReceivedSyncService)->syncLogisticRoute();
     }
 }

+ 1 - 1
config/api_logistic.php

@@ -106,5 +106,5 @@ return [
         'x-appKey' => 'c51c718eb899e9f706979',
         'x-dataDigest' => '9f664e3ab08049874aa417720840161a',
     ],
-    'init_date' => '2021-01-17 23:59:59',
+    'init_date' => '2021-01-26 00:59:59',
 ];