minor changes on vendor-payments
This commit is contained in:
parent
85d8f31847
commit
64c5c756c0
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue