Skip to content

Commit

Permalink
RATEPLUG-226: fix output of correct interest rate in installment-calc…
Browse files Browse the repository at this point in the history
…ulator
  • Loading branch information
rommelfreddy committed Mar 31, 2022
1 parent 6762924 commit e4e6ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ file that was distributed with this source code.
{$ratepay.translations.rp_debit_rate}
<p class="rp-installment-plan-description small">{$ratepay.translations.rp_mouseover_debit_rate}</p>
</td>
<td class="text-right">{$ratepay.plan.monthlyDebitInterest} %</td>
<td class="text-right">{$ratepay.plan.interestRate} %</td>
</tr>
<tr class="rp-installment-plan-details">
<td class="rp-installment-plan-title">
Expand Down

0 comments on commit e4e6ff5

Please sign in to comment.