default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / recharge_results.html
1 <%= include('header', 'Recharge results') %>
2
3 <%= if ( $error ) {
4   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your prepaid card: $error</FONT>!;
5 } else {
6   $OUT .= 'Prepaid card recharge successful!<BR><BR>';
7
8   $OUT .= '$'. sprintf('%.2f', $amount). ' added to your account.<BR><BR>'
9     if $amount;
10
11   $OUT .= $duration. ' added to your account.<BR><BR>'
12     if $seconds;
13
14   $OUT .= 'Thank you.';
15 } %>
16
17 <%= include('footer') %>