mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
yd debug
This commit is contained in:
+2
-2
@@ -136,7 +136,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
public function execute(?Carbon $start = null, ?Carbon $end = null)
|
||||
{
|
||||
try {
|
||||
$start = $start ? $start : Carbon::now()->subMonths(3);
|
||||
$start = $start ? $start : Carbon::now()->subMonths(1);
|
||||
|
||||
$startLimit = Carbon::parse('01-12-2021');
|
||||
|
||||
@@ -152,7 +152,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
]);
|
||||
|
||||
$rows = $this->fetchesDataFRomYDPortal->getResponseBody($orderRequest);
|
||||
dd($rows);
|
||||
|
||||
foreach($rows->data as $row){
|
||||
$containerReference = null;
|
||||
$loadingDate = null;
|
||||
|
||||
Reference in New Issue
Block a user