diff --git a/CONTENT/ROOT_URI/exe/receive_amount/index.php b/CONTENT/ROOT_URI/exe/receive_amount/index.php index 08e4fc3..753dec0 100644 --- a/CONTENT/ROOT_URI/exe/receive_amount/index.php +++ b/CONTENT/ROOT_URI/exe/receive_amount/index.php @@ -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; } }