@@ -60,7 +60,7 @@ trait PriceSolverTrait | |||
}else if ($entity instanceof ProductInterface) { | |||
$taxRate = $this->productSolver->getTaxRateInherited($entity)->getValue(); | |||
}else{ | |||
$taxRate = $entity->getTaxRate(); | |||
$taxRate = $entity->getTaxRate()->getValue(); | |||
} | |||