Mdb\PayPal\Ipn\ListenerBuilder\GuzzleListenerBuilder::getService PHP 메소드

getService() 보호된 메소드

protected getService ( )
    protected function getService()
    {
        return new GuzzleService(new Client(), $this->getServiceEndpoint());
    }
GuzzleListenerBuilder