adamsaghy commented on code in PR #4783:
URL: https://github.com/apache/fineract/pull/4783#discussion_r2155241009
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/FixedDepositAccountsApiResource.java:
##########
@@ -408,19 +403,16 @@ public String handleCommands(@PathParam("accountId")
@Parameter(description = "a
DepositsApiConstants.FIXED_DEPOSIT_ACCOUNT_RESPONSE_DATA_PARAMETERS);
}
- if (result == null) {
+ if (commandRequest == null) {
throw new UnrecognizedQueryParamException("command", commandParam,
- new Object[] { "reject", "withdrawnByApplicant",
"approve", "undoapproval", "activate", "calculateInterest",
- "postInterest", "close", "prematureClose",
"calculatePrematureAmount" });
Review Comment:
Seems unrelated, please raise separate PR with this functionality!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]