Comparing version 3.0.25 to 3.0.26
@@ -225,3 +225,3 @@ (function() { | ||
statusCode = _this._getResult(xml, "confirmacionOc")[0]._; | ||
if (statusCode !== "OK") { | ||
if (statusCode.indexOf("OK") === -1) { | ||
throw new Error(JSON.stringify(xml)); | ||
@@ -228,0 +228,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.25", | ||
"version": "3.0.26", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
61812