Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
- XML API: ignore nlapiValidateXML
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljoppi committed Oct 19, 2015
1 parent 0dcec12 commit 6085e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/nsfunc/xml-api/validate-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
* @since 2014.1
*/
exports.nlapiValidateXML = (xmlDocument, schemaDocument, schemaFolderId) => {
return xmlDocument.validate(schemaDocument);
// FIXME validate XML generate by xmldom
return true;
};

0 comments on commit 6085e37

Please sign in to comment.