<!--
/**
* Copyright © Qliro AB. All rights reserved.
* See LICENSE.txt for license details.
*/
-->
<tr class="totals" data-bind="css: { hidden: !!showPaymentFee() == false }, visible: showPaymentFee()">
<th colspan="1" style="" class="mark" scope="row" data-bind="text: getTitle()"></th>
<td class="amount" data-bind="attr: {'data-th': title}">
<span class="price" data-bind="text: getValue()"></span>
</td>
</tr>