summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/history.html
diff options
context:
space:
mode:
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/history.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/history.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/history.html b/fs_selfservice/FS-SelfService/cgi/history.html
new file mode 100644
index 000000000..0b6f9ceda
--- /dev/null
+++ b/fs_selfservice/FS-SelfService/cgi/history.html
@@ -0,0 +1,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') %>