Update tax rate for Finland in GenerateTaxExport command
- Modified the tax rate for Finland from 24 to 25.5 in the `GenerateTaxExport.php` command file. This change reflects the updated tax regulations and ensures accurate tax calculations in the export process. These modifications aim to maintain compliance with the latest tax standards and improve the reliability of tax-related functionalities.
This commit is contained in:
parent
a43ed866b8
commit
89885d418e
|
|
@ -36,7 +36,7 @@ class GenerateTaxExport extends Command
|
||||||
'CZ' => 21,
|
'CZ' => 21,
|
||||||
'DK' => 25,
|
'DK' => 25,
|
||||||
'EE' => 22,
|
'EE' => 22,
|
||||||
'FI' => 24,
|
"FI" => 25.5,
|
||||||
'FR' => 20,
|
'FR' => 20,
|
||||||
'DE' => 19,
|
'DE' => 19,
|
||||||
'GR' => 24,
|
'GR' => 24,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue