oleksii-novikov-onix commented on code in PR #4364:
URL: https://github.com/apache/fineract/pull/4364#discussion_r1969540534


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/external/service/serialization/serializer/loan/LoanBusinessEventSerializer.java:
##########
@@ -56,6 +59,7 @@ public class LoanBusinessEventSerializer implements 
BusinessEventSerializer {
     private final LoanSummaryBalancesRepository loanSummaryBalancesRepository;
     @Lazy
     private final LoanSummaryProviderDelegate loanSummaryProviderDelegate;
+    private final CustomDataSerializer customDataSerializer;

Review Comment:
   Fixed. Now we are injecting a list of serializers: 
`List<ExternalEventCustomDataSerializer<LoanBusinessEvent>>`



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