src/base/PayModel.php
PayModel
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PayModel extends Model
{
public $id;
public $totalAmount;
public $orderId;
Method addItem
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function addItem($name, $qty, $amount, $totalAmount, $isShipping, $isTax)