diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:53:40 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 11:53:40 -0700 |
| commit | a563de5fc2f42abf16fbcfda7cf5bc5f1ce794e7 (patch) | |
| tree | 21ed995983a9ef1f51055c8e4c6c6300863c5c66 /ng_selfservice/payment.php | |
| parent | 93f2d729dcc5c1bbf424a61ee49b985a4e3ed1d6 (diff) | |
selfservice, TNG, RT#22193
Diffstat (limited to 'ng_selfservice/payment.php')
| -rw-r--r-- | ng_selfservice/payment.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ng_selfservice/payment.php b/ng_selfservice/payment.php new file mode 100644 index 000000000..f56ae4a36 --- /dev/null +++ b/ng_selfservice/payment.php @@ -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'); ?> |
