RT# 74435 - Fixed error with refund link on payment history page not allowing batch...
[freeside.git] / FS / FS / cust_main / Billing_Realtime.pm
index 78f2cbc..f4d87dd 100644 (file)
@@ -1531,7 +1531,7 @@ sub realtime_refund_bop {
  
     my $payment_gateway =
       $self->agent->payment_gateway( 'method'  => $options{method} );
-    my( $processor, $login, $password, $namespace ) =
+    ( $processor, $login, $password, $namespace ) =
       map { my $method = "gateway_$_"; $payment_gateway->$method }
         qw( module username password namespace );