diff --git a/src/Api.php b/src/Api.php index ec64962..fa5c8f5 100644 --- a/src/Api.php +++ b/src/Api.php @@ -143,13 +143,6 @@ class Api throw new Exceptions\InvalidParameterException("Unknown provided endpoint"); } - if (!isset($http_client)) { - $http_client = new Client([ - 'timeout' => 30, - 'connect_timeout' => 5, - ]); - } - $this->application_key = $application_key; $this->endpoint = $this->endpoints[$api_endpoint]; $this->application_secret = $application_secret;