diff --git a/src/Contracts/Buyable.php b/src/Contracts/Buyable.php index d086d22..006adfe 100644 --- a/src/Contracts/Buyable.php +++ b/src/Contracts/Buyable.php @@ -32,5 +32,5 @@ interface Buyable /** * Get the taxRate of the Buyable item. */ - public function getBuyableTaxRate(CartItemOptions $options): float + public function getBuyableTaxRate(CartItemOptions $options): float; }