From fca3dd0b189baa394dd73d58d868d065a2b36cf7 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 9 Mar 2009 03:51:10 +0000 Subject: webpay support #4103 --- .../cgi/make_thirdparty_payment.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html (limited to 'fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html') diff --git a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html new file mode 100755 index 000000000..042b8b37c --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -0,0 +1,38 @@ +My Account +MyAccount

+ + + + + + +<%= $url = "$selfurl?session=$session_id;action="; ''; %> +<%= include('myaccount_menu') %> + +Pay now

+ +<%= if ( $error ) { + $OUT .= qq!$error

!; +}else{ + $OUT .= <
+ Your transaction reference number is $reference

+
+EOF + + my %itemhash = @collectitems; + foreach my $input (keys %itemhash) { + $OUT .= qq!!; + } + + $OUT .= qq!!; + $OUT .= qq!
!; +} +%> + + -- cgit v1.2.1