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 bc7854d51e Merge pull request #6367 from 
talhadevelopes/FINERACT-2795-unwrap-asciidoc-hardbreaks
     add d2b38e9b5f FINERACT-2455: WC - Loan Details API - Expose Payment date 
/ Payment amount
     add 1f46605ff5 FINERACT-2455: WC - Loan Details API - Expose Payment date 
/ Payment amount - E2E tests
     add 6889c06302 FINERACT-2455: WC - Loan Details API - Expose Payment date 
/ Payment amount
     new f1379a5dc4 Merge pull request #6349

The 1 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:
 .../features/WorkingCapitalLoanDetails.feature     | 166 +++++++++++++++++++++
 .../api/WorkingCapitalLoanApiResourceSwagger.java  |   9 ++
 .../data/WorkingCapitalLoanCollectionData.java     |  16 +-
 .../WorkingCapitalLoanTransactionFinder.java       |  40 +++++
 .../WorkingCapitalLoanTransactionRepository.java   |   6 +-
 .../WorkingCapitalLoanAccountDataMapper.java       |   4 -
 .../WorkingCapitalLoanBusinessEventSerializer.java |  22 ---
 ...italLoanDelinquencyReadPlatformServiceImpl.java |  14 ++
 .../WorkingCapitalLoanTransactionFinderTest.java   | 107 +++++++++++++
 .../WorkingCapitalLoanAccountDataMapperTest.java   |  25 +++-
 ...LoanDelinquencyReadPlatformServiceImplTest.java | 120 +++++++++++++++
 11 files changed, 493 insertions(+), 36 deletions(-)
 create mode 100644 
fineract-working-capital-loan/src/test/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanTransactionFinderTest.java
 create mode 100644 
fineract-working-capital-loan/src/test/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanDelinquencyReadPlatformServiceImplTest.java

Reply via email to