Forgotten line for bill payment
This commit is contained in:
parent
69e456b5bf
commit
369d7c83c3
@ -158,7 +158,7 @@ class BillPayments extends Controller
|
||||
'message' => $message,
|
||||
'html' => 'null',
|
||||
]);
|
||||
} elseif ($amount == $total_amount) {
|
||||
} elseif ($amount_check == $total_amount_check) {
|
||||
$bill->bill_status_code = 'paid';
|
||||
} else {
|
||||
$bill->bill_status_code = 'partial';
|
||||
|
Loading…
x
Reference in New Issue
Block a user