alberto-art3ch commented on code in PR #4863:
URL: https://github.com/apache/fineract/pull/4863#discussion_r2216670622
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/ProgressiveLoanAccountConfiguration.java:
##########
@@ -77,4 +78,11 @@ public CapitalizedIncomeBalanceService
capitalizedIncomeBalanceService(
LoanCapitalizedIncomeBalanceRepository
loanCapitalizedIncomeBalanceRepository) {
return new
CapitalizedIncomeBalanceServiceImpl(loanCapitalizedIncomeBalanceRepository);
}
+
+ @Bean
+ @ConditionalOnMissingBean(CapitalizedIncomeBalanceReadServiceImpl.class)
Review Comment:
Done! Method updated due we have an interface to be implemented
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]