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


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/serialization/DatatableCommandFromApiJsonDeserializer.java:
##########
@@ -57,6 +57,7 @@ public class DatatableCommandFromApiJsonDeserializer {
     public static final String NEW_CODE = "newCode";
     public static final String M_LOAN = "m_loan";
     public static final String M_SAVINGS_ACCOUNT = "m_savings_account";
+    public static final String M_SAVINGS_ACCOUNT_TRANSACTIONS = 
"m_savings_account_transaction";

Review Comment:
   Please follow the naming convention of the other entries: no plurals



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