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 0581c09273 FINERACT-2326: Set timeout for github actions
add e46a98065e FINERACT-2311: Buy Down fees - Reversal of existing
transaction
add 59c98b7329 FINERACT-2311: added e2e tests for validation of buy down
fees reversal of existing transaction
No new revisions were added by this update.
Summary of changes:
.../fineract/test/helper/ErrorMessageHelper.java | 5 +
.../test/stepdef/loan/LoanRepaymentStepDef.java | 8 +-
.../resources/features/LoanBuyDownFees.feature | 469 +++++++++++++++++++++
.../loanaccount/domain/LoanTransaction.java | 4 +
.../domain/LoanTransactionRelationRepository.java | 9 +
.../service/BuyDownFeePlatformService.java | 5 +
.../BuyDownFeeWritePlatformServiceImpl.java | 34 ++
.../adjustment/LoanAdjustmentServiceImpl.java | 15 +-
.../starter/LoanAccountConfiguration.java | 5 +-
.../integrationtests/LoanBuyDownFeeTest.java | 81 ++++
10 files changed, 628 insertions(+), 7 deletions(-)