adamsaghy commented on code in PR #3260:
URL: https://github.com/apache/fineract/pull/3260#discussion_r1252674592
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/savings/domain/SavingsHelper.java:
##########
@@ -161,6 +161,8 @@ private LocalDate
determineInterestPostingPeriodEndDateFrom(final LocalDate peri
}
periodEndDate =
periodEndDate.with(TemporalAdjusters.lastDayOfMonth());
break;
+ case ACTIVATIONDATE:
Review Comment:
My major concern is the story and the implementation is not matching...
Please check the dates in the story and the dates in your test cases.
--
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]