degust-cupom-txt
Advanced tools
Comparing version
@@ -46,3 +46,3 @@ const { EnderecoModel } = require('./endereco'); | ||
isNull(){ | ||
return this.cpf == null && this.cnpj == null && this.email == null && this.nome == null && this.telefone == null && this.endereco == null; | ||
return this.cpf == null && this.cnpj == null && this.email == null && this.nome == null && this.telefone == null && this.endereco == null && this.observacao == null; | ||
} | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "degust-cupom-txt", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Module capaz de extrair os dados dos cupons .txt que o PDV Linx Degust gera", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
28838
0.09%