Skip to content

Commit

Permalink
accrual savings fIX: AD67
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedyyy-Albur committed Oct 25, 2024
1 parent 124ea5a commit b255bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void addAccrualTransactions(SavingsAccount savingsAccount, final LocalDa

List<LocalDate> postedAsOnTransactionDates = savingsAccount.getManualPostingDates();
final SavingsPostingInterestPeriodType postingPeriodType = SavingsPostingInterestPeriodType
.fromInt(savingsAccount.getInterestPostingPeriodType());
.fromInt(savingsAccount.getInterestCalculationType());

final SavingsCompoundingInterestPeriodType compoundingPeriodType = SavingsCompoundingInterestPeriodType
.fromInt(savingsAccount.getInterestCompoundingPeriodType());
Expand Down

0 comments on commit b255bcc

Please sign in to comment.