Updated validator
This commit is contained in:
parent
6cceb4f009
commit
8ccb0b798c
|
|
@ -281,8 +281,8 @@ class ZugferdTest extends TestCase
|
|||
|
||||
if (count($validator->getErrors()) > 0) {
|
||||
|
||||
nlog($invoice->toArray());
|
||||
nlog($xml);
|
||||
// nlog($invoice->toArray());
|
||||
// nlog($xml);
|
||||
nlog($validator->getErrors());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue