X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fpayment_gateway.html;fp=httemplate%2Fedit%2Fprocess%2Fpayment_gateway.html;h=42205a02de3a5f3ebfbd63630dd59428cb178e67;hb=860e628d3d0d2ba432d401de5c9d4784c918be54;hp=b9e4d47da102d6a548b9ad28300834b6121d80c9;hpb=a9c8414692c1777da3ff78b83a1e6bbb0729f6eb;p=freeside.git diff --git a/httemplate/edit/process/payment_gateway.html b/httemplate/edit/process/payment_gateway.html index b9e4d47da..42205a02d 100644 --- a/httemplate/edit/process/payment_gateway.html +++ b/httemplate/edit/process/payment_gateway.html @@ -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');