From a64fe36b916a3633679d077ff79f4194a8b247d1 Mon Sep 17 00:00:00 2001 From: Rahul Dev Garg <34365102+rahuldevgarg@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:37:09 +0530 Subject: [PATCH] PFM-4962 --- .../ws-calculator/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/municipal-services/ws-calculator/src/main/resources/application.properties b/municipal-services/ws-calculator/src/main/resources/application.properties index 014c81a68..a7e8b3938 100644 --- a/municipal-services/ws-calculator/src/main/resources/application.properties +++ b/municipal-services/ws-calculator/src/main/resources/application.properties @@ -125,7 +125,7 @@ bulk.demand.link=/home/householdRegister egov.url.shortner.host=http://localhost:8065/ egov.url.shortner.endpoint=/egov-url-shortening/shortener egov.demand.gp.user.link=mgramseva/home -egov.sms.bill.download.link=mgramseva/withoutAuth/mgramseva-common?mode=pay&consumerCode=$consumerCode&tenantId=$tenantId&billNumber=$billNumber&businessService=WS&key=$key +egov.sms.bill.download.link=mgramseva/withoutAuth/mgramseva-common/consumerDownloadBill?mode=pay&consumerCode=$consumerCode&tenantId=$tenantId&billNumber=$billNumber&businessService=WS&key=$key egov.sms.bill.payment.link= mgramseva/commonPayment?consumerCode=$consumerCode&tenantId=$tenantId&mobileNumber=$mobileNumber&businessService=$businessService&isConsumer=true&connectionType=$connectionType