mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fix yd fetch
This commit is contained in:
@@ -20,7 +20,6 @@ class FetchesDataFromYDPortal
|
||||
$client = new \GuzzleHttp\Client();
|
||||
|
||||
$body['apicode'] = env('YD_API_CODE');
|
||||
dd(env('YD_API_CODE'));
|
||||
|
||||
$request = $client->requestAsync($method, $url, ['query' => $body]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user