josehernandezfintecheandomx commented on code in PR #2687:
URL: https://github.com/apache/fineract/pull/2687#discussion_r1001842613
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -3303,6 +3303,36 @@ public CommandProcessingResult creditBalanceRefund(Long
loanId, JsonCommand comm
}
+ @Override
+ @Transactional
+ public CommandProcessingResult markLoanAsFraud(Long loanId, JsonCommand
command) {
+ Loan loan = this.loanAssembler.assembleFrom(loanId);
+ final Map<String, Object> changes = new LinkedHashMap<>();
+
+ this.loanEventApiJsonValidator.validateMarkAsFraudLoan(command.json());
Review Comment:
Done
--
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]