Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / ng_selfservice / payment.php
1 <? $title ='Payment'; include('elements/header.php'); ?>
2 <? $current_menu = 'payment.php'; include('elements/menu.php'); ?>
3 <FONT SIZE="+1">
4 <a href="payment_cc.php">Credit card payment</A><BR><BR>
5 <a href="payment_ach.php">Electronic check payment</A><BR><BR>
6 <a href="payment_paypal.php">PayPal payment</A><BR><BR>
7 <a href="payment_webpay.php">Webpay payment</A><BR><BR>
8 </FONT>
9 <? include('elements/menu_footer.php'); ?>
10 <? include('elements/footer.php'); ?>