summaryrefslogtreecommitdiff
path: root/ng_selfservice/payment_only_error.php
diff options
context:
space:
mode:
Diffstat (limited to 'ng_selfservice/payment_only_error.php')
-rw-r--r--ng_selfservice/payment_only_error.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/ng_selfservice/payment_only_error.php b/ng_selfservice/payment_only_error.php
new file mode 100644
index 000000000..2ee9f53fa
--- /dev/null
+++ b/ng_selfservice/payment_only_error.php
@@ -0,0 +1,6 @@
+<? $error = $_GET['error']; ?>
+<? $title ='Payment Only Error'; include('elements/header.php'); ?>
+There was in issue processing your payment.
+<P>
+<? include('elements/error.php'); ?>
+<? include('elements/footer.php'); ?> \ No newline at end of file