diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-09-17 07:57:32 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-17 07:57:32 -0400 |
| commit | 77baa7974ade41e55d85de22e7d7a54273dd442f (patch) | |
| tree | 0c97ad27255d7f84d3bbeff45549f2d4c3d867fe /min_selfservice/main.php | |
| parent | eaa81907845ce3f316401bce723075b5fe3f735c (diff) | |
RT# 39340 - removed min_selfservice dir and merged into ng_selfservice
Diffstat (limited to 'min_selfservice/main.php')
| -rw-r--r-- | min_selfservice/main.php | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/min_selfservice/main.php b/min_selfservice/main.php deleted file mode 100644 index 9c58f3f87..000000000 --- a/min_selfservice/main.php +++ /dev/null @@ -1,34 +0,0 @@ -<? $title ='Make A Payment'; include('elements/header.php'); ?> -<? $current_menu = 'payment.php'; include('elements/menu.php'); ?> - -<? -$customer_info = $freeside->customer_info_short( array( - 'session_id' => $_COOKIE['session_id'], -) ); - - -if ( isset($customer_info['error']) && $customer_info['error'] ) { - $error = $customer_info['error']; - header('Location:index.php?error='. urlencode($error)); - die(); -} - -extract($customer_info); - -?> - -<? include('elements/error.php'); ?> - -<P>Hello <? echo htmlspecialchars($name); ?></P> - -<P>Your current balance is <B>$<? echo $balance ?></B> how would you like to make a payment today?</P> - -<div STYLE="margin-left: 25px;"> -<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> -</div> - -<? include('elements/menu_footer.php'); ?> -<? include('elements/footer.php'); ?>
\ No newline at end of file |
