Browse Source

add request id to the error key

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

2
src/Client.php

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

Loading…
Cancel
Save