X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=b5b9eea1f80e9e01f6a1dfd1b838806cc2daac32;hp=042b8b37c297272a91e84301225de9e8cf3eef76;hb=d6741df87df9e3352d7ae47a02d0e3f46154fef9;hpb=32db3ad86bcf04e4f34705a396b718061d333f20 diff --git a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html index 042b8b37c..b5b9eea1f 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,38 +1,36 @@ -My Account -MyAccount

- +<%= $url = "$selfurl?session=$session_id;action="; + $cgi = new CGI; + ''; %> +<%= include('header', 'Make a payment') %> + +
+ + + + + + + + + + + + + +
Balance due + $<%=sprintf("%.2f", $balance)%> +
Payment amount + $"> +
+ + -<%= $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!
!; -} -%> -
- +<%= include('footer') %>