kapil-panchal commented on code in PR #5056:
URL: https://github.com/apache/fineract/pull/5056#discussion_r2420432635
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/collectionsheet/data/RepaymentTransactionRequest.java:
##########
@@ -40,9 +40,9 @@ public class RepaymentTransactionRequest implements
Serializable {
private Long loanId;
private BigDecimal transactionAmount;
private Long paymentTypeId;
+ private String externalId;
+ private String note;
private String accountNumber;
private String checkNumber;
private String routingCode;
- private String receiptNumber;
- private String bankNumber;
Review Comment:
I think there seems to be an error. I will raise another pull request.
--
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]