Skip to content

Commit

Permalink
Update tax rates within core tax rate data.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Jan 2, 2024
1 parent 47f7e50 commit 89bc1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ public static function get_eu_tax_rates( $apply_changesets = true ) {
'CZ' => array(
array(
'standard' => 21,
'reduced' => array( 10, 15 ),
'reduced' => array( 12 ),
),
),
'DE' => array(
Expand All @@ -849,7 +849,7 @@ public static function get_eu_tax_rates( $apply_changesets = true ) {
),
'EE' => array(
array(
'standard' => 20,
'standard' => 22,
'reduced' => array( 9 ),
),
),
Expand Down

0 comments on commit 89bc1b5

Please sign in to comment.