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

isSuccessful() public méthode

Is the response successful?
public isSuccessful ( ) : boolean
Résultat boolean
    public function isSuccessful()
    {
        return $this->data['result'] . '' === 'true';
    }
VerifyNotifyIdResponse