This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from cd03dc020e FINERACT-2220: Use stored
ProgressiveLoanInterestScheduleModel for processLatestTransaction if applicable
new 9ab08ec428 FINERACT-2280: Interest pause breaks repayment schedule
while loan is added with interest rate zero
new 793dcd8e8b FINERACT-2280: add e2e automation tests for scenarios with
prevent interest pause for loan with interest rate zero
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../fineract/test/helper/ErrorMessageHelper.java | 10 +-
.../stepdef/loan/LoanInterestPauseStepDef.java | 60 +-
.../fineract/test/stepdef/loan/LoanStepDef.java | 152 +--
.../resources/features/LoanAccrualActivity.feature | 857 --------------
.../test/resources/features/LoanChargeOff.feature | 20 +-
.../resources/features/LoanInterestPause.feature | 1183 +++++++++++++++++++-
.../InterestPauseWritePlatformServiceImpl.java | 5 +
.../integrationtests/LoanInterestPauseApiTest.java | 90 +-
.../common/loans/LoanTransactionHelper.java | 9 +
9 files changed, 1395 insertions(+), 991 deletions(-)