From 49e5b09d906d8a4d0f3369ea13011c0e14413d78 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 7 Jun 2024 12:05:26 +1000 Subject: [PATCH] peppol --- app/Services/EDocument/Standards/Peppol.php | 29 +++++++++++++++++++++ tests/Feature/EInvoice/FatturaPATest.php | 3 --- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 app/Services/EDocument/Standards/Peppol.php diff --git a/app/Services/EDocument/Standards/Peppol.php b/app/Services/EDocument/Standards/Peppol.php new file mode 100644 index 000000000000..a39ade52763b --- /dev/null +++ b/app/Services/EDocument/Standards/Peppol.php @@ -0,0 +1,29 @@ +encode($fe, 'xml'); $this->assertNotNull($xml); - nlog($xml); - $json = $e->encode($fe, 'json'); $this->assertNotNull($json); - nlog($json); $decode = $e->decode('FatturaPA', $json, 'json');