Unverified Commit b373588e authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Nic notification change (#920)

* Issue #SB-0000 feat: notification change

* Issue #SB-0000 feat: notification change
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -108,9 +108,9 @@ public class NICGatewaySmsProvider implements ISmsProvider {
if (JsonUtil.isStringNullOREmpty(password)) {
password = PropertiesCache.getInstance().getProperty("nic_sms_gateway_provider_password");
}
dltEntityId = System.getenv("diksha_dlt_entity_id");
dltEntityId = System.getenv("dlt_entity_id");
if (JsonUtil.isStringNullOREmpty(dltEntityId)) {
dltEntityId = PropertiesCache.getInstance().getProperty("diksha_dlt_entity_id");
dltEntityId = PropertiesCache.getInstance().getProperty("dlt_entity_id");
}
return validateSettings();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment