adamsaghy commented on code in PR #4935:
URL: https://github.com/apache/fineract/pull/4935#discussion_r2273201472


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/data/AccountingBridgeDataDTO.java:
##########
@@ -46,5 +46,6 @@ public class AccountingBridgeDataDTO {
     private Long chargeOffReasonCodeValue;
     private boolean isWrittenOff;
     private List<AccountingBridgeLoanTransactionDTO> newLoanTransactions = new 
ArrayList<>();
+    private boolean merchantBuyDownFee;

Review Comment:
   please use `ifMerchantBuyDownFee`



##########
fineract-loan/src/main/java/org/apache/fineract/accounting/productaccountmapping/service/LoanProductToGLAccountMappingHelper.java:
##########
@@ -256,7 +256,7 @@ private void populateChangesForCashBasedAccounting(final 
Map<String, Object> cha
      */
     public void handleChangesToLoanProductToGLAccountMappings(final Long 
loanProductId, final Map<String, Object> changes,
             final JsonElement element, final AccountingRuleType 
accountingRuleType, final boolean enableIncomeCapitalization,
-            final boolean enableBuyDownFee) {
+            final boolean enableBuyDownFee, final boolean merchantBuyDownFee) {

Review Comment:
   please use `ifMerchantBuyDownFee`



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