Omnipay\Alipay\Responses\LegacyRefundResponse::getRedirectMethod PHP Метод

getRedirectMethod() публичный Метод

Get the required redirect method (either GET or POST).
public getRedirectMethod ( )
    public function getRedirectMethod()
    {
        return 'GET';
    }