Compare commits

...

2 Commits

Author SHA1 Message Date
Luis Eduardo Estevao
016c93086c Merge branch 'main' of https://git.simplifiquehc.com.br/simplifique/Vendaweb-api
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m13s
2026-02-19 10:05:51 -03:00
Luis Eduardo Estevao
8ae32f3a56 feat: implement customer service with methods for searching and retrieving customer data by name, CPF, or ID. 2026-02-19 10:05:46 -03:00

View File

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