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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanEventApiJsonValidator.java:
##########
@@ -224,7 +228,7 @@ public void validateNewRepaymentTransaction(final String 
json) {
 
         final Set<String> transactionParameters = new HashSet<>(
                 Arrays.asList("transactionDate", "transactionAmount", 
"externalId", "note", "locale", "dateFormat", "paymentTypeId",
-                        "accountNumber", "checkNumber", "routingCode", 
"receiptNumber", "bankNumber", "loanId"));
+                        "accountNumber", "checkNumber", "routingCode", 
"receiptNumber", "bankNumber", "loanId", "fullChargeback"));

Review Comment:
   @josehernandezfintecheandomx I dont think we need the "fullChargeback" field 
support here... the UI cannot tell whether it is full chargeback or not...



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