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';
    }