From fbbf855fe16f0739155e9e218c9522dbd25d9228 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 31 Dec 2021 00:02:02 +0000 Subject: [PATCH] pdalerts_helper.php --- api/application/helpers/pdalerts_helper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/application/helpers/pdalerts_helper.php b/api/application/helpers/pdalerts_helper.php index da8227b7..07715c5e 100644 --- a/api/application/helpers/pdalerts_helper.php +++ b/api/application/helpers/pdalerts_helper.php @@ -59,8 +59,9 @@ class PDALERTS if(count($core_details)) { + //SMC MWISE Custome PdNotification Don't Call. $smc_lender_id = ENVIRONMENT == 'production' ? 7 : 35; //SMC lender id MWISE in live and demo - if($smc_lender_id == $core_details[0]['fk_lender_id']){ + if($smc_lender_id != $core_details[0]['fk_lender_id']){ //Trigger Custom Notification apart from entity and PD level notification config CUSTOM_PDALERTS::custom_pdnotification($CI,$core_details);//die(); //END Trigger Custom Notification apart from entity and PD level notification config