Omnipay\Alipay\Responses\LegacyExpressPurchaseResponse::getRedirectMethod PHP Méthode

getRedirectMethod() public méthode

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