This commit is contained in:
omair saleh
2022-07-18 03:11:00 +08:00
parent 0d4db39013
commit 39e1c09f05
@@ -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;