Omnipay\Alipay\Responses\LegacyNotifyResponse::isSuccessful PHP Méthode

isSuccessful() public méthode

Is the response successful?
public isSuccessful ( ) : boolean
Résultat boolean
    public function isSuccessful()
    {
        return true;
    }