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


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/loans/LoanApplicationTestBuilder.java:
##########
@@ -212,6 +214,12 @@ private String build(final HashMap<String, Object> map, 
final String loanProduct
         if (enableDownPayment == true) {
             map.put("enableDownPayment", enableDownPayment);
         }

Review Comment:
   Please add a test case where down payment was configured on loan product 
(example: downpayment percentage is 33%), but it got overridden during loan 
submit (example: downpayment percentage to be 25%) when the loan got submitted, 
the repayment schedule shows down payment period and 25% was used to calculate 
the proper amount.



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