adamsaghy commented on code in PR #2758:
URL: https://github.com/apache/fineract/pull/2758#discussion_r1031582421
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformService.java:
##########
@@ -155,4 +156,7 @@ LoanScheduleData retrieveRepaymentSchedule(Long loanId,
RepaymentScheduleRelated
List<LoanTransactionRelationData>
retrieveLoanTransactionRelationsByLoanTransactionId(Long loanTransactionId);
+ Long retrieveLoanTransactionIdByExternalId(ExternalId externalId);
+
+ Long retrieveLoanIdByExternalId(String externalId);
Review Comment:
It is not loan transaction. A following story will handle and enhance
external id support for Loan
--
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]