vorburger commented on a change in pull request #659: Fineract-753 fix
overdraft account balance
URL: https://github.com/apache/fineract/pull/659#discussion_r351572970
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/common/savings/SavingsAccountHelper.java
##########
@@ -269,6 +269,12 @@ public Integer addChargesForSavings(final Integer
savingsId, final Integer charg
getPeriodChargeRequestJSON(chargeId, addDueDate, amount),
CommonConstants.RESPONSE_RESOURCE_ID);
}
+ public Integer addChargesForSavingsWithDueDate(final Integer savingsId,
final Integer chargeId, String addDueDate,Integer amount) {
+ System.out.println("--------------------------------- ADD CHARGES FOR
SAVINGS --------------------------------");
Review comment:
Resolving as this is done. @andrew-dzak FYI in the future you can (should)
just _Resolve conversation_ yourself whenever you amend PRs and have taken
review feedback into account - this makes it easier for reviewers.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services