X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=8c5b1a85ab2a669c40a08cbc2409a977d35ba9b7;hb=c2de745afd1ecd0cbbebbc6bcfe63a1ab0601679;hp=4055ed09e76492053c0b9f03a6efef14f16a6f21;hpb=1958c28884c750ca37979f19bec3e3daf0386731;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 4055ed09e..8c5b1a85a 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,35 +1,40 @@ -<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('header', 'Pay now') %> - - - - - - - - +<%= include('header', 'Make a payment') %> <%= if ( $error ) { $OUT .= qq!$error

!; -}else{ +} ''; %> + +
+ + + +<%= +if ($balance > 0) { $OUT .= <
- Your transaction reference number is $reference

- +
+ + + EOF +} +%> - my %itemhash = @collectitems; - foreach my $input (keys %itemhash) { - $OUT .= qq!!; - } + + + + + +
Balance due + $money_char$balance +
Payment amount + <%= $money_char %> +
+ - $OUT .= qq!!; - $OUT .= qq!!; -} -%> + + + + + <%= include('footer') %>