Aman-Mittal commented on code in PR #5467:
URL: https://github.com/apache/fineract/pull/5467#discussion_r2781946367


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -1094,7 +1102,7 @@ public CommandProcessingResult undoWithdrawal(Long 
entityId, JsonCommand command
         }
         client.reOpened(currentUser, undoWithdrawalDate);
         this.clientRepository.saveAndFlush(client);
-
+        businessEventNotifierService.notifyPostBusinessEvent(new 
ClientUndoWithdrawalBusinessEvent(client));

Review Comment:
   Can you add unit tests for these function for coverage 



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