adamsaghy commented on code in PR #5096:
URL: https://github.com/apache/fineract/pull/5096#discussion_r2560445634


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/collectionsheet/data/CollectionSheetRequest.java:
##########
@@ -41,6 +42,7 @@ public class CollectionSheetRequest implements Serializable {
     private String locale;
     private String actualDisbursementDate;
     private String transactionDate;
-    private DisbursementTransactionsRequest bulkDisbursementTransactions;
-
+    private List<DisbursementTransactionsRequest> bulkDisbursementTransactions;

Review Comment:
   I am not sure i am following you. Is this PR a refactor? It says refactor 
and the FINERACT-2362 does not share any more information but only this request 
was created by you...
   
   Have you tried the original solution works? 
   Why did you decide to change the request object?



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