Add new UI for Saved Payments for payment providers

This commit is contained in:
johnnyq
2025-07-07 18:25:23 -04:00
parent c76da10747
commit 7e17fdf851
6 changed files with 239 additions and 11 deletions

View File

@@ -77,13 +77,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
} else {
echo 'btn-default';
} ?>">Referral</a>
<a href="?category=Payment Method"
class="btn <?php if ($category == 'Payment Method') {
echo 'btn-primary';
} else {
echo 'btn-default';
} ?>">Payment
Method</a>
<a href="?category=Ticket"
class="btn <?php if ($category == 'Ticket') {
echo 'btn-primary';