Cartalyst\Stripe\Api\Api::getClient PHP 메소드

getClient() 보호된 메소드

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