From 80274b34a93a1fce58fcedfb2c4ab65dfeabc57a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 22 Jul 2024 14:21:12 +1000 Subject: [PATCH] updates for peppol --- app/Services/EDocument/Standards/Peppol.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/EDocument/Standards/Peppol.php b/app/Services/EDocument/Standards/Peppol.php index c79a25f38ed4..99e6753aea13 100644 --- a/app/Services/EDocument/Standards/Peppol.php +++ b/app/Services/EDocument/Standards/Peppol.php @@ -87,7 +87,7 @@ class Peppol extends AbstractService 'BG' => 'VAT', 'CY' => 'VAT', 'CZ' => 'VAT', - 'DE' => 'VAT', + 'DE' => 'VAT', //tested - requires Payment Means to be defined. 'DK' => 'ERST', 'EE' => 'VAT', 'ES' => 'VAT', @@ -97,8 +97,8 @@ class Peppol extends AbstractService 'HR' => 'VAT', 'HU' => 'VAT', 'IE' => 'VAT', - 'IT' => 'IVA', - 'IT' => 'CF',, + 'IT' => 'IVA', //tested - Requires a Customer Party Identification (VAT number) + 'IT' => 'CF', //tested - Requires a Customer Party Identification (VAT number) 'LT' => 'VAT', 'LU' => 'VAT', 'LV' => 'VAT',