Skip to content

Commit 6d051f5

Browse files
MarianaDmytrivBinariksadamsaghy
authored andcommitted
FINERACT-2354: e2e test scenario for disbursement amount less than one
1 parent 767c66f commit 6d051f5

File tree

2 files changed

+223
-0
lines changed

2 files changed

+223
-0
lines changed

fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/initializer/global/LoanProductGlobalInitializerStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,6 +2994,7 @@ public void initialize() throws Exception {
29942994
.loanScheduleProcessingType("HORIZONTAL")//
29952995
.interestRateFrequencyType(3)//
29962996
.maxInterestRatePerPeriod(10.0)//
2997+
.minPrincipal(1.0)//
29972998
.paymentAllocation(List.of(//
29982999
createPaymentAllocation("DEFAULT", "NEXT_INSTALLMENT"), //
29993000
createPaymentAllocation("GOODWILL_CREDIT", "LAST_INSTALLMENT"), //

0 commit comments

Comments
 (0)