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

getHttpMethod() protected method

This is nearly always POST but can be over-ridden in sub classes.
protected getHttpMethod ( ) : string
return string
    protected function getHttpMethod()
    {
        return 'POST';
    }