kapil-panchal commented on code in PR #5034:
URL: https://github.com/apache/fineract/pull/5034#discussion_r2376006275
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/collectionsheet/service/CollectionSheetWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -142,7 +140,7 @@ private Map<String, Object>
updateBulkMandatorySavingsDuePayments(final JsonComm
.mandatorySavingsAccountDeposit(savingsAccountTransactionDTO);
depositTransactionIds.add(savingsAccountTransaction.getId());
} catch (Exception e) {
- // TODO: handle exception
+ throw new PlatformApiDataValidationException(e.getMessage(),
e.getMessage(), e.getMessage(), e);
Review Comment:
Also Adam, I have raised another pull request for the test cases, both Unit
tests and Integration tests.
--
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]