Omnipay\PayPal\Message\RestSearchTransactionRequest::getHttpMethod PHP Method

getHttpMethod() protected method

The HTTP method for searchTransaction requests must be GET.
protected getHttpMethod ( ) : string
return string
    protected function getHttpMethod()
    {
        return 'GET';
    }