adamsaghy commented on code in PR #4748:
URL: https://github.com/apache/fineract/pull/4748#discussion_r2137229263
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java:
##########
@@ -528,4 +532,20 @@ public LoanCapitalizedIncomeAmortizationEventService
loanCapitalizedIncomeAmorti
loanCapitalizedIncomeAmortizationProcessingService);
}
+ @Bean
+ @ConditionalOnMissingBean(CapitalizedIncomePlatformService.class)
+ public CapitalizedIncomePlatformService
capitalizedIncomePlatformService(ProgressiveLoanTransactionValidator
loanTransactionValidator,
Review Comment:
why to move here?
--
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]