You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we ask transaction status with XmlStatusRequest, we get a general XmlResponse. The method "isSuccessful" of the class is: return $this->getErrorCode() === null;
If we ask some declined transaction with some errorCode then we get false for method "isSuccessful". But in the case we wont to know the status independent of transaction status. We can have here for example a declined status too & with this status the response must be successful but this is a response and not a valid transaction status.
in the case method "getCode" return a empty value, method "getResponseCode" dont exists.
The text was updated successfully, but these errors were encountered:
If we ask transaction status with XmlStatusRequest, we get a general XmlResponse. The method "isSuccessful" of the class is:
return $this->getErrorCode() === null;
If we ask some declined transaction with some errorCode then we get false for method "isSuccessful". But in the case we wont to know the status independent of transaction status. We can have here for example a declined status too & with this status the response must be successful but this is a response and not a valid transaction status.
in the case method "getCode" return a empty value, method "getResponseCode" dont exists.
The text was updated successfully, but these errors were encountered: