identificaxMensaje.js 141 Bytes edit raw blame history 1 2 3 4 5 6 7 8 module.exports = function(comprobante) { var comprobanteArr = comprobante.split(';'); return { idMensaje: comprobanteArr[1] }; }