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


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/serialization/WorkingCapitalLoanDataValidator.java:
##########
@@ -80,6 +81,9 @@ public class WorkingCapitalLoanDataValidator {
             WorkingCapitalLoanConstants.paymentDetailsParamName, 
WorkingCapitalLoanConstants.externalIdParameterName,
             WorkingCapitalLoanConstants.discountExternalIdParameterName, 
WorkingCapitalLoanConstants.classificationIdParamName));
 
+    private static final Set<String> UNDO_TRANSACTION_SUPPORTED_PARAMETERS = 
new HashSet<>(Arrays.asList("locale", "dateFormat",

Review Comment:
   id there is no transaction date or any other date, dateFormat parameter is 
not needed



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