allow and disallow multiple payment
parent
45b9187fd5
commit
b00a2bcdc9
|
@ -40,7 +40,7 @@ if (isset($_POST["add_i"]) && isset($_POST["AA_ACNO"]) && is_numeric($_POST["add
|
|||
|
||||
if($row_chk['cnt'] > 0){
|
||||
$total['status'] = 'Error';
|
||||
$total['statusmsg'] = 'You can do only one transaction per day for Recurring Account!';
|
||||
$total['statusmsg'] = 'You can do only one transaction per day for This Account!';
|
||||
echo json_encode($total); exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue