Skip to content

Commit

Permalink
Merge pull request #2 from se-viacheslav/fix/fix-adding-tax-rate
Browse files Browse the repository at this point in the history
fix: Fix calling Rate class in the Add action
  • Loading branch information
jissereitsma authored Sep 3, 2024
2 parents 879939b + e920e33 commit 216d068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/Adminhtml/Index/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private function add(string $code, string $country, float $percentage)
0,
$code,
$country,
'*',
$percentage
);

Expand Down

0 comments on commit 216d068

Please sign in to comment.