Omnipay\Alipay\Responses\LegacyNotifyResponse::isSuccessful PHP Method

isSuccessful() public method

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