openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

The parameter name is not supported - Hold Account #3539

Open mariiaKraievska opened 1 year ago

mariiaKraievska commented 1 year ago

Description

The parameter lien is not supported during hold account request for the hold type "Savings Transaction Freeze".

Steps to Reproduce

Have a Saving Account, with overdraft allowed. Tap on Clients. Choose client with active savings account. Tap on Saving Account. Tap on "Hold" button. Choose hold as "Savings Transaction Freeze". After entering details tap on submit.

Expected Behaviour

The request should be executed successfully.

Actual Behaviour

Have a validation error (400 - "The parameter lien is not supported.").

Settings

Screenshots

image image

mariiaKraievska commented 1 year ago

Working on this issue.