From b00a2bcdc989ca7652babefa0a7f2d954746b1be Mon Sep 17 00:00:00 2001 From: Suvo Date: Sun, 28 Sep 2025 07:41:08 +0000 Subject: [PATCH] allow and disallow multiple payment --- CONTENT/ROOT_URI/exe/receive_amount/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }