louie_branch #48

Merged
MarkHipe merged 13 commits from louie_branch into main 2024-03-26 16:40:16 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 41e64df669 - Show all commits

View File

@ -265,8 +265,8 @@ $vendorPayoutData = json_decode($response, true);
</div>
</div>
<div class="col-md-12 mt-3">
<h5><strong>Payout History</strong></h5>
<div class="table-responsive p-4">
<h5 class='m-0'><strong>Payout History</strong></h5>
<div class="table-responsive px-4">
<table id='payoutsTableContent' class="table ec-table">
<thead>
<tr>
@ -279,7 +279,7 @@ $vendorPayoutData = json_decode($response, true);
</tr>
</thead>
<tbody >
<tbody class='table-group-divider'>
<?php
foreach ($vendorPayoutData as $x => $val) {
$vendorIdCheck = $val['vendor_details'][0]['vendor_id'];