Omnipay\Alipay\Responses\VerifyNotifyIdResponse::isSuccessful PHP 메소드

isSuccessful() 공개 메소드

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