Skip to content

Commit

Permalink
Change ad67 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedyyy-Albur committed Nov 4, 2024
1 parent 936d58c commit 22a6af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private void addAccrualTransactions(SavingsAccount savingsAccount, final LocalDa
.fromInt(savingsAccount.getInterestCalculationType());

final SavingsCompoundingInterestPeriodType compoundingPeriodType = SavingsCompoundingInterestPeriodType
.fromInt(savingsAccount.getInterestCalculationType());
.fromInt(savingsAccount.getInterestPostingPeriodType());

final SavingsInterestCalculationDaysInYearType daysInYearType = SavingsInterestCalculationDaysInYearType
.fromInt(savingsAccount.getInterestCalculationDaysInYearType());
Expand Down

0 comments on commit 22a6af1

Please sign in to comment.