Add Payment Method to UI and switch Add Payment modals to use the new table

This commit is contained in:
johnnyq
2025-07-07 16:37:51 -04:00
parent 7c558ff842
commit c76da10747
18 changed files with 474 additions and 41 deletions

View File

@@ -234,7 +234,7 @@ if (isset($_GET['invoice_id'])) {
</a>
<?php if ($invoice_status !== 'Partial' && $config_stripe_enable && $stripe_id && $stripe_pm) { ?>
<a class="btn btn-primary confirm-link" href="post.php?add_payment_stripe&invoice_id=<?php echo $invoice_id; ?>&csrf_token=<?php echo $_SESSION['csrf_token']; ?>">
<i class="fa fa-fw fa-credit-card mr-2"></i>Pay via saved card
<i class="fa fa-fw fa-credit-card mr-2"></i>Pay via Payment Provider
</a>
<?php } ?>
<?php } ?>