diff options
author | levinse <levinse> | 2011-01-23 20:55:14 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-23 20:55:14 +0000 |
commit | 331de49c65b55d90ac9409930ba95013a10a8d0a (patch) | |
tree | a60c8bd69a2d95883ff418421bd0eec09fdb0db4 /fs_selfservice | |
parent | 96318ad08284a84ea591a66cfdef6a4cea60790b (diff) |
add receipt for SS realtime CC payment, RT8498
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/payment_results.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/payment_results.html b/fs_selfservice/FS-SelfService/cgi/payment_results.html index 9cdb65e36..be727cb7d 100644 --- a/fs_selfservice/FS-SelfService/cgi/payment_results.html +++ b/fs_selfservice/FS-SelfService/cgi/payment_results.html @@ -4,7 +4,8 @@ <%= if ( $error ) { $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!; } else { - $OUT .= 'Your payment was processed successfully. Thank you.'; + $OUT .= 'Your payment was processed successfully. Thank you.<BR><BR>' + . $receipt_html; } %> <%= include('footer') %> |