diff --git a/src/CanBeBought.php b/src/CanBeBought.php index 888b0aa..e4c3c51 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -58,7 +58,7 @@ trait CanBeBought /** * Get the taxRate of the Buyable item. */ - public function getBuyableTaxRate($options = null): float + public function getBuyableTaxRate(CartItemOptions $options): float { if (($taxRate = $this->getAttribute('taxRate'))) { return $taxRate;