From 0780438ca89c12a0f0cefd9b12b9b97f568da428 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:57:37 +0100 Subject: [PATCH] Update radius.php Fix Package not showing on voucher when sorting using date created while printing Its should be Invalid Voucher... in radius-rest --- radius.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius.php b/radius.php index 7c9898f4..ae9145b3 100644 --- a/radius.php +++ b/radius.php @@ -256,7 +256,7 @@ try { show_radius_result(['Reply-Message' => 'Voucher Expired...'], 401); } } else { - show_radius_result(['Reply-Message' => 'Voucher Expired..'], 401); + show_radius_result(['Reply-Message' => 'Invalid Voucher..'], 401); } } else { show_radius_result(['Reply-Message' => 'Internet Plan Expired..'], 401);