vorburger commented on a change in pull request #659: Fineract-753 fix
overdraft account balance
URL: https://github.com/apache/fineract/pull/659#discussion_r350549803
##########
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:
remove `System.out.println` (just completely remove it if it's a left over
you used in testing but don't really need; or replace it with a debug log if
you think it could ever be useful to anyone in production)
----------------------------------------------------------------
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