diff --git a/xmlout.js b/xmlout.js
index 7ea7218..f58603a 100644
--- a/xmlout.js
+++ b/xmlout.js
@@ -27,6 +27,10 @@ function callbackReport(requestId, responseCode, message) {
             }
         });
     }
+
+    if (responseCode == '00') {
+        return;
+    }
     _callbackReport(requestId, responseCode, message);
 }