disable guzzle http errors
This commit is contained in:
@ -291,6 +291,8 @@ trait Modules
|
||||
'Accept' => 'application/json',
|
||||
];
|
||||
|
||||
$data['http_errors'] = false;
|
||||
|
||||
$data = array_merge($data, $headers);
|
||||
|
||||
$result = $client->request($method, $path, $data);
|
||||
|
Reference in New Issue
Block a user