|
@@ -42,7 +42,6 @@ class paymentLogic
|
|
|
return ($can_used / 100);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* @param int $pay_sn
|
|
|
* @param int $member_id
|
|
@@ -81,7 +80,6 @@ class paymentLogic
|
|
|
}
|
|
|
|
|
|
$no_cash = intval($order_amount * 100 + 0.5) == intval($order_pd_amount * 100 + 0.5);
|
|
|
-
|
|
|
$pd_amount -= $order_pd_amount;
|
|
|
$fEdit = true;
|
|
|
if ($no_cash) {
|