Browse Source

add request id to the error key

main
ghost 5 months ago
parent
commit
fe57dd698d
  1. 2
      src/Client.php

2
src/Client.php

@ -90,7 +90,7 @@ class Client @@ -90,7 +90,7 @@ class Client
else
{
$errors[] = curl_error(
$errors[$this->_id][] = curl_error(
$this->_curl
);
}

Loading…
Cancel
Save