feat: implement customer service with methods for searching and retrieving customer data by name, CPF, or ID.

This commit is contained in:
Luis Eduardo Estevao
2026-02-19 10:05:46 -03:00
parent 90f2c2efee
commit 8ae32f3a56

View File

@@ -523,6 +523,7 @@ export class CustomerService {
cliente.fretedespacho = "0";
cliente.aceitavendafracao = "S";
cliente.validarmultiplovenda = "S";
cliente.isentotxentrega = "S";
return cliente;
}