minor changes on vendor-payments

This commit is contained in:
gelonspr 2024-03-26 14:57:36 +08:00
parent 85d8f31847
commit 64c5c756c0
1 changed files with 2 additions and 3 deletions

View File

@ -464,6 +464,7 @@ if (is_array($vendorDecode)) {
$(document).ready(function() {
$('.showSinglePaymentBtn').click(function() {
var orderId = $(this).data('order-id');
var token = "<?php echo $authtoken;?>";
<?php
?>
@ -583,9 +584,7 @@ if (is_array($vendorDecode)) {
<div> ${net_amount}</div>
</div>
<div class="d-flex justify-content-between p-2" style="border-bottom: 1px solid #000;">
<div class="fw-bold"> Fees <span data-bs-toggle="tooltip" data-bs-placement="top"
data-bs-custom-class="custom-tooltip"
data-bs-title="Insert fee information here"><i class="fi fi-rr-info"></i></span></div>
<div class="fw-bold"> Fees </div>
<div>- ${fee}</div>
</div>
<div class="d-flex justify-content-between p-2">