Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
This issue appears only when a charge is fully paid from a saving account. At this moment paying only instalment fee is supported this way.
Test steps:
- Create a saving account
- Activate it
- Create a new loan with charge
- Try to Pay the Charge
POST: url/loans/442/charges/138/?command=pay
Payload:
{ "transactionDate": "30 November 2022", "dateFormat": "dd MMMM yyyy", "locale": "en" }
Actual result:
The POST request is successful but on the Loan the amount was not marked as paid.
Expected result:
The amount should be marked as paid for the charge OR at least proper error message returned.
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress