X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=9a5678e8fe91b8063d723ec6c636134b3dc8af75;hb=8520df0677b0b2d9b66e0d01984a2f01b4d3b04b;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..9a5678e8f 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,37 +1,33 @@ -<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('header') %> +<%= include('header', 'Make a payment') %> +<%= if ( $error ) { + $OUT .= qq!$error

!; +} ''; %> + +
+ + + + + + + + + + + + +
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') %>