kulminsky commented on code in PR #4235:
URL: https://github.com/apache/fineract/pull/4235#discussion_r1905225492


##########
fineract-core/src/main/java/org/apache/fineract/commands/domain/CommandWrapper.java:
##########
@@ -45,6 +45,7 @@ public class CommandWrapper {
     private final Long organisationCreditBureauId;
     private final String jobName;
     private final ExternalId loanExternalId;
+    private final Long termVariationId;

Review Comment:
   Removed



##########
fineract-core/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java:
##########
@@ -49,18 +49,21 @@ public class CommandWrapperBuilder {
     private String jobName;
     private String idempotencyKey;
     private ExternalId loanExternalId;
+    private Long termVariationId;

Review Comment:
   Removed



##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/api/JsonCommand.java:
##########
@@ -72,33 +72,35 @@ public final class JsonCommand {
     private final Long organisationCreditBureauId;
     private final String jobName;
     private final ExternalId loanExternalId;
+    private final Long termVariationId;

Review Comment:
   Removed



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