fix financial issues

This commit is contained in:
root
2026-06-01 02:08:27 -04:00
parent 090cb88573
commit 6444b61416
56 changed files with 4196 additions and 1824 deletions
+1 -6
View File
@@ -40,12 +40,7 @@
<div class="col-md-6">
<h4>Payment Options</h4>
<form method="post" action="<?= base_url('payments/createPaypalPayment/' . $payment['id']) ?>">
<?= csrf_field(); ?>
<button type="submit" class="btn btn-primary btn-block">
Pay via PayPal
</button>
</form>
<p class="text-muted mb-0">Online payment is currently unavailable. Please contact the school office to complete payment.</p>
</div>
</div>
</div>