Omnipay\PayPal\Message\AbstractRestRequest::getHttpMethod PHP 메소드

getHttpMethod() 보호된 메소드

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