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

getEndpoint() 공개 메소드

public getEndpoint ( )
    public function getEndpoint()
    {
        return parent::getEndpoint() . '/payments/capture/' . $this->getTransactionReference() . '/refund';
    }
RestRefundCaptureRequest