Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
LoanChargePaidByList field/section should be available both in LoanTransactionMakeRepaymentPostBusinessEvent and GET Loan details with Transactions API (v1/loans/{loanId}?associations=transactions or v1/loans/{loanId}?associations=all) response, but right now it is only appears in the event response and even there there are no data in section
Steps to reproduce
- Create loan, approve, disburse
- Add charge(s) to the loan
- Make repayment after charge due date - to repay the charge(s)
- Check the LoanTransactionMakeRepaymentPostBusinessEvent
- Check the v1/loans/{loanId}?associations=all and v1/loans/{loanId}?associations=transactions API responses
Actual result
- in the event result the LoanChargePaidByList field is visible, but there are no data
* in the API response the LoanChargePaidByList is not visible
Expected result
- in event the LoanChargePaidByList is visible and has the relevant data
- in v1/loans/{loanId}?associations=all response the LoanChargePaidByList is visible and has the relevant data
- in v1/loans/{loanId}?associations=transactions response the LoanChargePaidByList is visible and has the relevant data
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress
- links to