adamsaghy commented on code in PR #5931:
URL: https://github.com/apache/fineract/pull/5931#discussion_r3380650648


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanTransactionsApiResource.java:
##########
@@ -184,7 +184,7 @@ private WorkingCapitalLoanCommandTemplateData 
handleLoanTransactionTemplate(fina
     @Path("{loanId}/transactions")
     @Consumes({ MediaType.APPLICATION_JSON })
     @Produces({ MediaType.APPLICATION_JSON })
-    @Operation(operationId = "executeWorkingCapitalLoanTransactionById", 
summary = "Execute Working Capital Loan transaction", description = "Supported 
command query parameter: repayment, creditBalanceRefund, discountFee, 
discountFeeAdjustment")
+    @Operation(operationId = "executeWorkingCapitalLoanTransactionById", 
summary = "Execute Working Capital Loan transaction", description = "Supported 
command query parameter: repayment, creditBalanceRefund, discountFee, 
discountFeeAdjustment, undoDiscountFeeAdjustment")

Review Comment:
   Lets simple use `undo` as command...



-- 
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]

Reply via email to