rrpawar96 commented on a change in pull request #2220:
URL: https://github.com/apache/fineract/pull/2220#discussion_r838853490



##########
File path: 
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsAccountWritePlatformService.java
##########
@@ -96,21 +96,21 @@ void processPostActiveActions(SavingsAccount account, 
DateTimeFormatter fmt, Set
     SavingsAccountData postInterest(SavingsAccountData account, boolean 
postInterestAs, LocalDate transactionDate,
             boolean backdatedTxnsAllowedTill);
 
-    CommandProcessingResult blockAccount(Long savingsId);
+    CommandProcessingResult blockAccount(Long savingsId, JsonCommand command);
 
-    CommandProcessingResult unblockAccount(Long savingsId);
+    CommandProcessingResult unblockAccount(Long savingsId, JsonCommand 
command);
 
     CommandProcessingResult holdAmount(Long savingsId, JsonCommand command);
 
-    CommandProcessingResult blockCredits(Long savingsId);
+    CommandProcessingResult blockCredits(Long savingsId, JsonCommand command);
 
-    CommandProcessingResult unblockCredits(Long savingsId);
+    CommandProcessingResult unblockCredits(Long savingsId, JsonCommand 
command);
 
-    CommandProcessingResult blockDebits(Long savingsId);
+    CommandProcessingResult blockDebits(Long savingsId, JsonCommand command);
 
-    CommandProcessingResult unblockDebits(Long savingsId);
+    CommandProcessingResult unblockDebits(Long savingsId, JsonCommand command);
 
-    CommandProcessingResult releaseAmount(Long savingsId, Long transactionId);
+    CommandProcessingResult releaseAmount(Long savingsId, Long transactionId, 
JsonCommand command);
 

Review comment:
       Removed unused JsonCommand from unblockCredit(), unblockDebit(), 
releaseAmount(), unblockAccount() 




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