fix financial issues
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user