diff --git a/bindShelvingTag.js b/bindShelvingTag.js index b6db2fe..77c66ff 100644 --- a/bindShelvingTag.js +++ b/bindShelvingTag.js @@ -17,8 +17,8 @@ function bindShelvingTag(barcode, shelving, level){ } } ///DATOS INTRODUCIDOS POR EL USUARIO//// -var barcode = "A0A3B8225DDC"; //valido = "A0A3B82"+ 4 CARACTERES HEXADECIMALES (0-F) -var shelving = "ZZZ"; //valido = 3 CARACTERES LETRAS (A-Z) +var barcode = "A0A3B8224DBF"; //valido = "A0A3B82"+ 4 CARACTERES HEXADECIMALES (0-F) +var shelving = "BCD"; //valido = 3 CARACTERES LETRAS (A-Z) var level = "1"; bindShelvingTag(barcode, shelving, level); ////////////////////////////////////// diff --git a/utilities/encrypted.js b/utilities/encrypted.js index 738ce03..1698c7b 100644 --- a/utilities/encrypted.js +++ b/utilities/encrypted.js @@ -14,4 +14,8 @@ const encryptPassword = async(password) => { return crypto.publicEncrypt(externKey, buffer).toString("base64"); }; -exports.encryptPassword = encryptPassword; \ No newline at end of file +exports.encryptPassword = encryptPassword; + + +////hofdsafads +//sadasdas \ No newline at end of file