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