Mdb\PayPal\Ipn\ListenerBuilder\GuzzleListenerBuilder::getService PHP Method

getService() protected method

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