josehernandezfintecheandomx commented on code in PR #2845:
URL: https://github.com/apache/fineract/pull/2845#discussion_r1058547428
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -6215,7 +6215,8 @@ private ChangedTransactionDetail
handleRefundTransaction(final LoanTransaction l
}
public void handleChargebackTransaction(final LoanTransaction
chargebackTransaction,
- final LoanLifecycleStateMachine loanLifecycleStateMachine) {
+ final LoanLifecycleStateMachine loanLifecycleStateMachine, final
List<Long> existingTransactionIds,
Review Comment:
To be honest It's the same, I mean, It's the unique part of the code that
uses this.
--
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]