debug yd api

This commit is contained in:
Omair Saleh
2023-02-17 06:46:36 +08:00
parent 4ce8440724
commit 988e798cf1
2 changed files with 1 additions and 2 deletions
@@ -33,7 +33,6 @@ class FetchesDataFromYDPortal
$content = str_replace("\r",'', $content);
$content = str_replace("\n",'', $content);
$content = str_replace("\t",'', $content);
dd(json_decode($content));
return json_decode($content);
}
}
@@ -163,7 +163,7 @@ class FetchOrderListsFromYdPortalProcessor
]);
$rows = $this->fetchesDataFRomYDPortal->getResponseBody($orderRequest);
dd($rows);
if(!$rows->data) continue;
foreach($rows->data as $row){