Skip to content

Commit

Permalink
Updated low tax class to 9%
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters authored Jan 3, 2019
1 parent f40c286 commit 9d705b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function calculateTaxClass($amountInclTax, $taxAmount)
{
$taxClasses = array(
0 => 'N',
6 => 'L',
9 => 'L',
21 => 'H'
);

Expand Down

0 comments on commit 9d705b8

Please sign in to comment.