view/frontend/web/template/checkout/cart/totals/pagbank_interest.html
<!--
/**
* PagBank Payment Magento Module.
*
* Copyright © 2023 PagBank. All rights reserved.
*
* @author Bruno Elisei <brunoelisei@o2ti.com>
* @license See LICENSE for license details.
*/
-->
<!-- ko if: isDisplayed() -->
<tr class="totals pagbank_interest ">
<th class="mark" colspan="1" scope="row" data-bind="text: customTitle()"></th>
<td class="amount">
<span class="price" data-bind="text: getValue()"></span>
</td>
</tr>
<!-- /ko -->