nidhiii128 commented on code in PR #5467:
URL: https://github.com/apache/fineract/pull/5467#discussion_r2788742054


##########
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:
   @Aman-Mittal  I have added the unit tests for the Client lifecycle events in 
ClientWritePlatformServiceJpaRepositoryImplTest.java to ensure logic coverage 
as requested.



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