From a563de5fc2f42abf16fbcfda7cf5bc5f1ce794e7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Jul 2013 11:53:40 -0700 Subject: selfservice, TNG, RT#22193 --- ng_selfservice/main.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ng_selfservice/main.php (limited to 'ng_selfservice/main.php') diff --git a/ng_selfservice/main.php b/ng_selfservice/main.php new file mode 100644 index 000000000..792c961af --- /dev/null +++ b/ng_selfservice/main.php @@ -0,0 +1,39 @@ + + +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); + +?> + +Hello

+ + + Thank you for being a customer since

+ + +Your current balance is: $

+ + + + + -- cgit v1.2.1