This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git

commit 7804ebbf1c88b6ce65948d942827d5df501c6bf7
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Aug 28 19:09:24 2017 +0200

    Updated property name after change.
---
 src/main/java/io/mifos/dev/ServiceRunner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/io/mifos/dev/ServiceRunner.java 
b/src/main/java/io/mifos/dev/ServiceRunner.java
index e74ee28..4fc3398 100644
--- a/src/main/java/io/mifos/dev/ServiceRunner.java
+++ b/src/main/java/io/mifos/dev/ServiceRunner.java
@@ -203,7 +203,7 @@ public class ServiceRunner {
 
     ServiceRunner.portfolioManager = new 
Microservice<>(PortfolioManager.class, "portfolio", "0.1.0-BUILD-SNAPSHOT", 
ServiceRunner.INTEGRATION_TEST_ENVIRONMENT)
             .addProperties(new ExtraProperties() {{
-              setProperty("portfolio.bookInterestAsUser", 
SCHEDULER_USER_NAME);}});
+              setProperty("portfolio.bookLateFeesAndInterestAsUser", 
SCHEDULER_USER_NAME);}});
     startService(generalProperties, portfolioManager);
 
     ServiceRunner.depositAccountManager = new 
Microservice<>(DepositAccountManager.class, "deposit-account-management", 
"0.1.0-BUILD-SNAPSHOT", ServiceRunner.INTEGRATION_TEST_ENVIRONMENT);

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.

Reply via email to