galovics commented on code in PR #2552:
URL: https://github.com/apache/fineract/pull/2552#discussion_r958233040
##########
fineract-provider/src/main/java/org/apache/fineract/cob/loan/ApplyChargeToOverdueLoansBusinessStep.java:
##########
@@ -35,13 +37,18 @@ public class ApplyChargeToOverdueLoansBusinessStep
implements LoanCOBBusinessSte
@Override
public Loan execute(Loan loan) {
+ setupActionContext();
Review Comment:
I think we shouldn't set up the ActionContext here but rather in the COB
itself before its starting to run all the business step, what do you think?
--
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]