Omnipay\PayPal\Message\RestAuthorizeRequest::getEndpoint PHP Méthode

getEndpoint() protected méthode

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