josehernandezfintecheandomx commented on code in PR #2845:
URL: https://github.com/apache/fineract/pull/2845#discussion_r1058543606
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsAccountData.java:
##########
@@ -901,7 +901,7 @@ private SavingsAccountData(final Long id, final String
accountNo, final EnumOpti
this.savingsAmountOnHold = savingsAmountOnHold;
}
- private SavingsAccountChargeData calculateWithdrawalFee() {
+ private SavingsAccountChargeData calculateTransactionFee() {
Review Comment:
Done removed!
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccount.java:
##########
@@ -1150,6 +1150,9 @@ public SavingsAccountTransaction deposit(final
SavingsAccountTransactionDTO tran
addTransaction(transaction);
}
+ payDepositFee(transactionDTO.getTransactionAmount(),
transactionDTO.getTransactionDate(), transactionDTO.getAppUser(),
Review Comment:
Done removed!
--
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]