X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=8c5b1a85ab2a669c40a08cbc2409a977d35ba9b7;hb=877a4eb85cb847bd314d6a9192fedb1dc35c5d02;hp=b2900b1e940afe9cfa4946ea10154e7478b1d267;hpb=99100d7e0d0b22a1844dde88acd529e79d096463;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..8c5b1a85a 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,37 +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') %>