mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update Buyable.php
This commit is contained in:
@@ -28,4 +28,9 @@ interface Buyable
|
|||||||
* Get the weight of the Buyable item.
|
* Get the weight of the Buyable item.
|
||||||
*/
|
*/
|
||||||
public function getBuyableWeight(CartItemOptions $options): int;
|
public function getBuyableWeight(CartItemOptions $options): int;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the taxRate of the Buyable item.
|
||||||
|
*/
|
||||||
|
public function getBuyableTaxRate(CartItemOptions $options): float
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user