diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-10-02 12:48:24 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-10-02 12:48:24 -0400 |
| commit | b22ecae7aaa96df5f0e70a5bea87ee42feaf7d30 (patch) | |
| tree | 98b2cccb2a68e0deb860881eda6945e33390e2de /min_selfservice/payment.php | |
| parent | fac189e83181e7b099adc89ffe6f52fade62c7c6 (diff) | |
Revert "RT# 39340 - removed min_selfservice dir and merged into ng_selfservice"
This reverts commit 77baa7974ade41e55d85de22e7d7a54273dd442f.
Diffstat (limited to 'min_selfservice/payment.php')
| -rw-r--r-- | min_selfservice/payment.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/min_selfservice/payment.php b/min_selfservice/payment.php new file mode 100644 index 000000000..f93d08eeb --- /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 |
