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

getHttpMethod() protected méthode

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