Omnipay\PayPal\Message\RestAuthorizeRequest::getEndpoint PHP 메소드

getEndpoint() 보호된 메소드

Authorization of payments is done using the /payment resource.
protected getEndpoint ( ) : string
리턴 string
    protected function getEndpoint()
    {
        return parent::getEndpoint() . '/payments/payment';
    }