diff --git a/src/Cliente.php b/src/Cliente.php index abfbae1..ce00344 100755 --- a/src/Cliente.php +++ b/src/Cliente.php @@ -183,6 +183,6 @@ public function setCliente($cliente) */ public function cliente_valid($cliente) { - return ! ( (empty($cliente['name']) OR empty($cliente['cpfCnpj']) OR empty($cliente['email'])) ? 1 : '' ); + return ! ( (empty($cliente['name']) OR empty($cliente['cpfCnpj'])) ? 1 : '' ); } -} \ No newline at end of file +}