josehernandezfintecheandomx commented on code in PR #2614:
URL: https://github.com/apache/fineract/pull/2614#discussion_r984571690


##########
fineract-provider/src/main/java/org/apache/fineract/notification/service/NotificationDomainServiceImpl.java:
##########
@@ -247,6 +251,16 @@ public void 
onBusinessEvent(LoanCloseAsRescheduleBusinessEvent event) {
         }
     }
 
+    private class LoanChargebackTransactionListener implements 
BusinessEventListener<LoanChargebackTransactionBusinessEvent> {
+
+        @Override
+        public void onBusinessEvent(LoanChargebackTransactionBusinessEvent 
event) {
+            LoanTransaction loanTransaction = event.get();

Review Comment:
   Done



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