From 3a042dcebab4258ae9edddd769d0f3a83b80b164 Mon Sep 17 00:00:00 2001 From: Srinivas-Saravanan Date: Wed, 30 Apr 2025 17:46:27 +0530 Subject: [PATCH] CHANGE_EMAIL_SUB_LINK --- app/Controllers/Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Notifications.php b/app/Controllers/Notifications.php index 4647ab75..486deb77 100755 --- a/app/Controllers/Notifications.php +++ b/app/Controllers/Notifications.php @@ -701,7 +701,7 @@ class Notifications extends BaseController $fullName, $schemename, date('d-m-Y', strtotime($expirydate)), - '' . base_url() . 'subscription_renewal/' . $membership_id . '', + '' . getenv("SMS_SUB_URL") . $membership_id . '', ], $emailContent );