adamsaghy commented on code in PR #2852:
URL: https://github.com/apache/fineract/pull/2852#discussion_r1064749265
##########
fineract-provider/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java:
##########
@@ -913,6 +913,15 @@ public CommandWrapperBuilder adjustTransaction(final Long
loanId, final Long tra
return this;
}
+ public CommandWrapperBuilder undoTransaction(final Long loanId, final Long
transactionId) {
Review Comment:
Dead code?
--
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]