alberto-art3ch commented on code in PR #4887:
URL: https://github.com/apache/fineract/pull/4887#discussion_r2242742018


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/BuyDownFeeWritePlatformServiceImpl.java:
##########
@@ -210,6 +213,40 @@ public CommandProcessingResult buyDownFeeAdjustment(final 
Long loanId, final Lon
                 
.withClientId(loan.getClientId()).withLoanId(loan.getId()).build();
     }
 
+    @Override
+    @Transactional
+    public Optional<LoanTransaction> reverseBuyDownFee(LoanTransaction 
buyDownFeeTransaction) {
+        LoanTransaction amortizationTransaction = null;
+        Loan loan = buyDownFeeTransaction.getLoan();
+        BigDecimal totalAmortizationAmount = BigDecimal.ZERO;
+
+        final List<LoanTransactionRelation> loanTransactionRelations = 
loanTransactionRelationRepository

Review Comment:
   Done! Method updated to return a boolean value 



-- 
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]

Reply via email to