default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / history.html
1 <%= include('header', 'Payment History') %>
2
3 <%=
4 my $out = mason_comp(
5   'session_id' => $session_id,
6   'comp'       => '/elements/customer-statement.html',
7   'args'       => [
8     'history' => \@history,
9   ]
10 );
11 $out->{'output'} || $out->{'error'};
12 %>
13
14 <%= include('footer') %>