galovics commented on code in PR #3065:
URL: https://github.com/apache/fineract/pull/3065#discussion_r1144762437
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountAutoStarter.java:
##########
@@ -78,6 +79,12 @@ public RBILoanRepaymentScheduleTransactionProcessor
rbiLoanRepaymentScheduleTran
return new RBILoanRepaymentScheduleTransactionProcessor();
}
+ @Bean
+
@ConditionalOnProperty("fineract.loan.transactionprocessor.due-date-respective.enabled")
Review Comment:
Would be better to have the property mapped to the FineractProperties class
and then using a PropertiesCondition for this. That way it's going to be
type-safe and the property name is not duplicated.
--
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]