This is an automated email from the ASF dual-hosted git repository.

arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from 2ee6f22713 FINERACT-2050: Fix client transfer loan status staying in 
TRANSFER_IN_PROGRESS
     add 3e98cf791a FINERACT-2421: fix loan accrual posts after loan close

No new revisions were added by this update.

Summary of changes:
 .../AbstractCumulativeLoanScheduleGenerator.java   |   5 +-
 .../service/LoanAccrualsProcessingServiceImpl.java |  17 +-
 .../client/feign/FeignLoanTestBase.java            |  13 +
 .../feign/helpers/FeignBusinessDateHelper.java     |  10 +-
 .../client/feign/helpers/FeignClientHelper.java    |   5 +-
 .../feign/helpers/FeignTransactionHelper.java      |  13 +
 .../client/feign/modules/LoanProductTemplates.java |  12 +
 .../client/feign/modules/LoanRequestBuilders.java  |   2 +-
 .../client/feign/modules/LoanTestData.java         |   1 +
 .../tests/FeignLoanAccrualOnClosedLoanTest.java    | 820 +++++++++++++++++++++
 .../common/loans/LoanTestLifecycleExtension.java   |  32 +-
 11 files changed, 909 insertions(+), 21 deletions(-)
 create mode 100644 
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/tests/FeignLoanAccrualOnClosedLoanTest.java

Reply via email to