aggiornamento visualizzazione Ordini e Carrello
This commit is contained in:
@@ -1799,6 +1799,7 @@ module.exports = {
|
||||
return (myapp) ? this.decryptdata(myapp.email_pwd) : '';
|
||||
},
|
||||
|
||||
|
||||
getTelegramBotNameByIdApp: function (idapp) {
|
||||
const myapp = this.MYAPPS.find((item) => item.idapp === idapp);
|
||||
if (process.env.NODE_ENV === 'test')
|
||||
@@ -3477,7 +3478,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
decryptdata(mydatacrypted) {
|
||||
if (mydatacrypted === '')
|
||||
if (mydatacrypted === '' || mydatacrypted === undefined)
|
||||
return '';
|
||||
// Decrypt
|
||||
// const bytes = CryptoJS.AES.decrypt(mydatacrypted.toString(), process.env.SECRK);
|
||||
|
||||
Reference in New Issue
Block a user