mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-20 06:15:11 +00:00
Manually merged https://github.com/Crinsane/LaravelShoppingcart/pull/502
Added more tests
This commit is contained in:
@@ -24,4 +24,11 @@ interface Buyable
|
||||
* @return float
|
||||
*/
|
||||
public function getBuyablePrice($options = null);
|
||||
|
||||
/**
|
||||
* Get the weight of the Buyable item.
|
||||
*
|
||||
* @return float
|
||||
*/
|
||||
public function getBuyableWeight($options = null);
|
||||
}
|
||||
Reference in New Issue
Block a user