update SlackNotifySubscriber.php

This commit is contained in:
Marko
2023-09-29 17:27:50 +02:00
parent 034808cc67
commit 9445ec23ca
3 changed files with 10 additions and 8 deletions

View File

@@ -63,6 +63,8 @@ class HiltesExportCommand extends Command
foreach ($orders as $order) {
if($order->getStatus()>0) continue;
$tA = $order->getData();#json_decode($order->getData());
$tA['orderdate'] = "2023-08-30T12:05:24.000Z";
#dd($order->getData());
#dd(array(
# 'orderdate'=> $tA['orderdate'],
@@ -178,4 +180,4 @@ class HiltesExportCommand extends Command
return Command::SUCCESS;
}
}
}