Omnipay\PayPal\Message\RestSearchTransactionRequest::getHttpMethod PHP Méthode

getHttpMethod() protected méthode

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