Omnipay\PayPal\Message\RestSearchTransactionRequest::getHttpMethod PHP Метод

getHttpMethod() защищенный Метод

The HTTP method for searchTransaction requests must be GET.
protected getHttpMethod ( ) : string
Результат string
    protected function getHttpMethod()
    {
        return 'GET';
    }