From 00d1b649a94beb48a774dae189289e903ae698ab Mon Sep 17 00:00:00 2001 From: Andrea Pollastri Date: Thu, 9 Nov 2023 13:58:39 +0100 Subject: [PATCH] Wip... --- test-temp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-temp.php b/test-temp.php index 5a21405..1692e13 100644 --- a/test-temp.php +++ b/test-temp.php @@ -48,6 +48,8 @@ ['100.00', '0.00', 'N2.1'], ]; +// TODO -> Fattura -> COMPOSE( passando dati e creando struttura per create !!!) + $datiXml = $fattura->create($header, $body, $dettaglioLinee, $datiRiepilogo); var_dump($datiXml);