Cartalyst\Stripe\Api\Api::getClient PHP Method

getClient() protected method

Returns an Http client instance.
protected getClient ( ) : Client
return GuzzleHttp\Client
    protected function getClient()
    {
        return new Client(['base_uri' => $this->baseUrl(), 'handler' => $this->createHandler()]);
    }