summaryrefslogtreecommitdiff
path: root/ng_selfservice/payment_only_error.php
blob: 2ee9f53fa859d2923fcb2e0f5c71a2ff161b0efb (plain)
1
2
3
4
5
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'); ?>