We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c001 commit de47c61Copy full SHA for de47c61
src/Afip.php
@@ -72,7 +72,7 @@ function __construct($options)
72
ini_set("soap.wsdl_cache_enabled", "0");
73
74
if (!isset($options['CUIT'])) {
75
- throw new Exception("CUIT field is required in options array");
+ $this->CUIT = NULL;
76
} else {
77
$this->CUIT = $options['CUIT'];
78
}
0 commit comments