reluxa commented on code in PR #3302:
URL: https://github.com/apache/fineract/pull/3302#discussion_r1259595335
##########
fineract-investor/src/main/java/org/apache/fineract/investor/service/ExternalAssetOwnersWriteServiceImpl.java:
##########
@@ -98,12 +98,22 @@ public CommandProcessingResult
buybackLoanByLoanId(JsonCommand command) {
LocalDate settlementDate = getSettlementDateFromJson(json);
ExternalId externalId = getTransferExternalIdFromJson(json);
validateSettlementDate(settlementDate);
+ validateExternalId(externalId);
Review Comment:
Probably it is just me but I don't get why the external id validation is not
required for the sale.
--
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]