elisei/pagbank-payment-magento

View on GitHub
view/frontend/web/template/cart/totals/pagbank_interest.html

Summary

Maintainability
Test Coverage
<!--
/**
 * PagBank Payment Magento Module.
 *
 * Copyright © 2023 PagBank. All rights reserved.
 *
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * @license   See LICENSE for license details.
 */
-->
<tr class="totals pagbank_interest excl">
    <th class="mark" colspan="1" scope="row" data-bind="text: customTitle()"></th>
    <td class="amount" data-bind="attr: {'data-th': title}">
        <span><span class="price" data-bind="text: getValue()"></span></span>
    </td>
</tr>