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 e2f481f351 FINERACT-2181: Capitalized Income and Buy Down Fees
accounting values are still displayed on loan product after feature disabled
new aad7756bf5 FINERACT-2325: Disable automatic Interest Refund calculation
new 0729eab430 FINERACT-2325: added e2e tests covering edge cases for
disable automatic Interest Refund calculation feature
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/stepdef/loan/LoanStepDef.java | 28 +++
.../features/LoanMerchantIssuedRefund.feature | 267 +++++++++++++++++++++
.../resources/features/LoanPayoutRefund.feature | 195 +++++++++++++++
.../api/LoanTransactionsApiResourceSwagger.java | 2 +
.../domain/LoanAccountDomainService.java | 2 +-
.../domain/LoanAccountDomainServiceJpa.java | 10 +-
.../LoanTransactionValidatorImpl.java | 6 +-
.../LoanWritePlatformServiceJpaRepositoryImpl.java | 3 +-
8 files changed, 504 insertions(+), 9 deletions(-)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanPayoutRefund.feature