X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpayment_gateway.html;h=7a8a668d70df1b441240a4d8d07442825ec234b1;hp=a06e5cf7cc456dae9481c181079a30e02162db0b;hb=ac8410cdb67639afeb84c84e975fffadf3e6cce1;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2 diff --git a/httemplate/browse/payment_gateway.html b/httemplate/browse/payment_gateway.html index a06e5cf7c..7a8a668d7 100644 --- a/httemplate/browse/payment_gateway.html +++ b/httemplate/browse/payment_gateway.html @@ -77,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}. '
';