payment gateway editing
[freeside.git] / httemplate / edit / process / payment_gateway.html
index b9e4d47..42205a0 100644 (file)
@@ -17,7 +17,7 @@ my %options = @options;
 
 my $error;
 if ( $gatewaynum ) {
-  $error=$new->replace($old);
+  $error=$new->replace($old, \%options);
 } else {
   $error=$new->insert(\%options);
   $gatewaynum=$new->getfield('gatewaynum');