summaryrefslogtreecommitdiff
path: root/min_selfservice/payment.php
diff options
context:
space:
mode:
Diffstat (limited to 'min_selfservice/payment.php')
-rw-r--r--min_selfservice/payment.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/min_selfservice/payment.php b/min_selfservice/payment.php
new file mode 100644
index 0000000..f93d08e
--- /dev/null
+++ b/min_selfservice/payment.php
@@ -0,0 +1,14 @@
+<? $title ='Make A Payment'; include('elements/header.php'); ?>
+<? $current_menu = 'payment.php'; include('elements/menu.php'); ?>
+
+<? include('elements/error.php'); ?>
+
+<FONT SIZE="+1">
+<a href="payment_cc.php">Credit card payment</A><BR><BR>
+<a href="payment_ach.php">Electronic check payment</A><BR><BR>
+<a href="payment_paypal.php">PayPal payment</A><BR><BR>
+<a href="payment_webpay.php">Webpay payment</A><BR><BR>
+</FONT>
+
+<? include('elements/menu_footer.php'); ?>
+<? include('elements/footer.php'); ?> \ No newline at end of file