Mdb\PayPal\Ipn\ListenerBuilder\ModeDependentServiceEndpoint::getServiceEndpoint PHP 메소드

getServiceEndpoint() 보호된 메소드

protected getServiceEndpoint ( ) : string
리턴 string
    protected function getServiceEndpoint()
    {
        return $this->useSandbox ? 'https://www.sandbox.paypal.com/cgi-bin/webscr' : 'https://ipnpb.paypal.com/cgi-bin/webscr';
    }
ModeDependentServiceEndpoint