josehernandezfintecheandomx commented on code in PR #2845:
URL: https://github.com/apache/fineract/pull/2845#discussion_r1058543730
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccount.java:
##########
@@ -1347,6 +1350,41 @@ private void payWithdrawalFee(final BigDecimal
transactionAmount, final LocalDat
}
}
+ private void payDepositFee(final BigDecimal transactionAmount, final
LocalDate transactionDate, final AppUser user,
Review Comment:
Done removed!
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsAccountCharge.java:
##########
@@ -720,6 +720,10 @@ public boolean isWithdrawalFee() {
return ChargeTimeType.fromInt(this.chargeTime).isWithdrawalFee();
}
+ public boolean isDepositFee() {
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]