b0c1 commented on code in PR #2822:
URL: https://github.com/apache/fineract/pull/2822#discussion_r1052183023
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/event/external/service/serialization/serializer/loan/LoanDelinquencyRangeChangeBusinessEventSerializer.java:
##########
@@ -39,17 +51,60 @@
public class LoanDelinquencyRangeChangeBusinessEventSerializer extends
AbstractBusinessEventSerializer {
private final LoanReadPlatformService service;
+
+ private final CurrencyReadPlatformService currencyService;
private final LoanDelinquencyRangeDataMapper mapper;
+ private final LoanChargeDataMapper chargeMapper;
+
+ private final CurrencyDataMapper currencyMapper;
+
@Override
protected <T> ByteBufferSerializable toAvroDTO(BusinessEvent<T> rawEvent) {
Review Comment:
unit test added
--
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]