summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/history.html
blob: 0b6f9ceda938d59dc6bd59f05b1a7481b890e666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%= include('header', 'Payment History') %>

<%=
my $out = mason_comp(
  'session_id' => $session_id,
  'comp'       => '/elements/customer-statement.html',
  'args'       => [
    'history' => \@history,
  ]
);
$out->{'output'} || $out->{'error'};
%>

<%= include('footer') %>