X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpayment_gateway.html;h=7a8a668d70df1b441240a4d8d07442825ec234b1;hp=848c58a82c4dfb3d51312229d010e5566acb6779;hb=ac8410cdb67639afeb84c84e975fffadf3e6cce1;hpb=53547a802d5c76be967cc14301fc8a692f0fe066 diff --git a/httemplate/browse/payment_gateway.html b/httemplate/browse/payment_gateway.html index 848c58a82..7a8a668d7 100644 --- a/httemplate/browse/payment_gateway.html +++ b/httemplate/browse/payment_gateway.html @@ -10,17 +10,21 @@ }, 'count_query' => $count_query, 'header' => [ '#', + 'Type', 'Gateway', 'Username', 'Password', 'Action', + 'URL', 'Options', ], 'fields' => [ 'gatewaynum', + 'namespace_description', $gateway_sub, 'gateway_username', sub { ' - '; }, 'gateway_action', + 'gateway_callback_url', $options_sub, ], ) @@ -73,9 +77,9 @@ my $options_sub = sub { my $html = ''; - my %options = $payment_gateway->options; + tie my %options, 'Tie::IxHash', $payment_gateway->options; foreach my $option ( keys %options ) { - $html .= ''. + $html .= ''. ''; } $html .= '
'. $option. ':
'. $option. ':'. $options{$option}. '
';