adamsaghy commented on code in PR #3302:
URL: https://github.com/apache/fineract/pull/3302#discussion_r1259596676
##########
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:
No, you are right... it should behave the same.
--
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]