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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsAccountTransactionDataValidator.java:
##########
@@ -104,15 +105,22 @@ public void validateTransactionWithPivotDate(final 
LocalDate transactionDate, fi
     }
 
     public void validate(final JsonCommand command) {
+        validate(command, false);
+    }
+
+    public void validate(final JsonCommand command, final boolean 
transactionTimeSupported) {

Review Comment:
   I dont think we need `final boolean transactionTimeSupported` arg... since 
this field is added, it can be freely provided, no?



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