}else if ($entity instanceof ProductInterface) { | }else if ($entity instanceof ProductInterface) { | ||||
$taxRate = $this->productSolver->getTaxRateInherited($entity)->getValue(); | $taxRate = $this->productSolver->getTaxRateInherited($entity)->getValue(); | ||||
}else{ | }else{ | ||||
$taxRate = $entity->getTaxRate(); | |||||
$taxRate = $entity->getTaxRate()->getValue(); | |||||
} | } | ||||