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:
@@ -36,7 +36,7 @@ class GenerateTaxExport extends Command
|
||||
'CZ' => 21,
|
||||
'DK' => 25,
|
||||
'EE' => 22,
|
||||
'FI' => 24,
|
||||
"FI" => 25.5,
|
||||
'FR' => 20,
|
||||
'DE' => 19,
|
||||
'GR' => 24,
|
||||
|
||||
Reference in New Issue
Block a user