X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmake_thirdparty_payment.html;h=8c5b1a85ab2a669c40a08cbc2409a977d35ba9b7;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hp=042b8b37c297272a91e84301225de9e8cf3eef76;hpb=32db3ad86bcf04e4f34705a396b718061d333f20;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 042b8b37c..8c5b1a85a 100755 --- a/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_thirdparty_payment.html @@ -1,38 +1,40 @@ -My Account -MyAccount

- - - - - - -<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('myaccount_menu') %> - -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') %>