From b65422bfba3121af8ddcb3afc70955358039330f Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 1 Jul 2020 14:33:52 +0200 Subject: [PATCH] update tax for Germany source: https://www.bundesregierung.de/breg-de/aktuelles/faq-mehrwertsteuersenkung-1764364 --- src/Mpociot/VatCalculator/VatCalculator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mpociot/VatCalculator/VatCalculator.php b/src/Mpociot/VatCalculator/VatCalculator.php index 7f42197..243b5ae 100644 --- a/src/Mpociot/VatCalculator/VatCalculator.php +++ b/src/Mpociot/VatCalculator/VatCalculator.php @@ -49,7 +49,7 @@ class VatCalculator 'rate' => 0.21, ], 'DE' => [ // Germany - 'rate' => 0.19, + 'rate' => 0.16, 'exceptions' => [ 'Heligoland' => 0, 'Büsingen am Hochrhein' => 0,