community-app icon indicating copy to clipboard operation
community-app copied to clipboard

Fix #3539 - fix lien parameter name

Open mariiaKraievska opened this issue 2 years ago • 0 comments

Description

The name of the parameter "lien" has been changed to "lienAllowed " in this PR, as the old name of the parameter "lien" was not supported during hold account request for the hold type "Savings Transaction Freeze" (POST request /fineract-provider/api/v1/savingsaccounts/1/transactions?command=holdAmount).

Related issues and discussion

#{3539}

Screenshots, if any

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • [x] Validate the JS and HTML files with grunt validate to detect errors and potential problems in JavaScript code.

  • [x] Run the tests by opening test/SpecRunner.html in the browser to make sure you didn't break anything.

  • [x] If you have multiple commits please combine them into one commit by squashing them.

  • [x] Read and understood the contribution guidelines at community-app/Contributing.md.

mariiaKraievska avatar Sep 07 '23 15:09 mariiaKraievska