src/Contracts/LaraCartContract.php
Method add
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$itemID,
$name = null,
$qty = 1,
$price = '0.00',
$options = [],
Method addLine
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addLine($itemID, $name = null, $qty = 1, $price = '0.00', $options = [], $taxable = true);