selfservice, TNG, RT#22193
[freeside.git] / ng_selfservice / payment.php
diff --git a/ng_selfservice/payment.php b/ng_selfservice/payment.php
new file mode 100644 (file)
index 0000000..f56ae4a
--- /dev/null
@@ -0,0 +1,10 @@
+<? $title ='Payment'; include('elements/header.php'); ?>
+<? $current_menu = 'payment.php'; include('elements/menu.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'); ?>