Skip to content

Commit

Permalink
fix: incorrect interest rate
Browse files Browse the repository at this point in the history
Update incorrect mapping of variable
  • Loading branch information
eiriarte-mendez authored May 6, 2022
2 parents dc0534a + fca2f0d commit 3ec2972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.frontend/installment/template.installmentPlan.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<p class="rp-installment-plan-description small">{{ rp_mouseover_debit_rate }}</p>
</td>
<td class="text-right">
{{ rp_monthlyDebitInterest }} %
{{ rp_interestRate }} %
</td>
<tr class="rp-installment-plan-details">

Expand Down Expand Up @@ -114,4 +114,4 @@
</td>
</tr>

</table>
</table>

0 comments on commit 3ec2972

Please sign in to comment.