Skip to content

Commit

Permalink
Merge pull request #26 from Tedyyy-Albur/fix_ad61
Browse files Browse the repository at this point in the history
accrual savings fIX: AD67
  • Loading branch information
IOhacker authored Oct 28, 2024
2 parents f7e3d8e + b255bcc commit 70446d5
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 70446d5

Please sign in to comment.