f93d08eeb5bd1e1698e996ecd1b58784c4c17c28
[freeside.git] / min_selfservice / payment.php
1 <? $title ='Make A Payment'; include('elements/header.php'); ?>
2 <? $current_menu = 'payment.php'; include('elements/menu.php'); ?>
3
4 <? include('elements/error.php'); ?>
5
6 <FONT SIZE="+1">
7 <a href="payment_cc.php">Credit card payment</A><BR><BR>
8 <a href="payment_ach.php">Electronic check payment</A><BR><BR>
9 <a href="payment_paypal.php">PayPal payment</A><BR><BR>
10 <a href="payment_webpay.php">Webpay payment</A><BR><BR>
11 </FONT>
12
13 <? include('elements/menu_footer.php'); ?>
14 <? include('elements/footer.php'); ?>