update SlackNotifySubscriber.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user