X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=b5b9eea1f80e9e01f6a1dfd1b838806cc2daac32;hb=4c775d58b5dbb4fae05f303a612c781eaaf3a56f;hp=b2900b1e940afe9cfa4946ea10154e7478b1d267;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html index b2900b1e9..b5b9eea1f 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,37 +1,36 @@ -<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('header') %> +<%= $url = "$selfurl?session=$session_id;action="; + $cgi = new CGI; + ''; %> +<%= include('header', 'Make a payment') %> + +
+ + + + + + + + + + + + + +
Balance due + $<%=sprintf("%.2f", $balance)%> +
Payment amount + $"> +
+ - -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') %>