Omnipay\PayPal\Message\RestVoidRequest::getEndpoint PHP Метод

getEndpoint() публичный Метод

public getEndpoint ( )
    public function getEndpoint()
    {
        return parent::getEndpoint() . '/payments/authorization/' . $this->getTransactionReference() . '/void';
    }
RestVoidRequest