diff --git a/src/Factory/LineItemFactory.php b/src/Factory/LineItemFactory.php index ce9a0e2..823d000 100644 --- a/src/Factory/LineItemFactory.php +++ b/src/Factory/LineItemFactory.php @@ -369,6 +369,8 @@ public function findBestTaxRate() if (strlen($country) >= 2 && strlen($region) >= 2) { $rate = $category->ValidTax($country, $region); + } else { + $rate = $product->getTaxRate(); } }