adamsaghy commented on code in PR #2552:
URL: https://github.com/apache/fineract/pull/2552#discussion_r958258049
##########
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:
Yeah, it makes sense to setup globally as well. For reference i am keeping
this to show if someone wanna use different actionContext, this is how and when
it should be configured.
--
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]