summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/payment_gateway.html
diff options
context:
space:
mode:
authorivan <ivan>2006-02-05 12:27:20 +0000
committerivan <ivan>2006-02-05 12:27:20 +0000
commit860e628d3d0d2ba432d401de5c9d4784c918be54 (patch)
tree6fadb014beb1def56b14300f6b929506083c7342 /httemplate/edit/process/payment_gateway.html
parenta9c8414692c1777da3ff78b83a1e6bbb0729f6eb (diff)
payment gateway editing
Diffstat (limited to 'httemplate/edit/process/payment_gateway.html')
-rw-r--r--httemplate/edit/process/payment_gateway.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/payment_gateway.html b/httemplate/edit/process/payment_gateway.html
index b9e4d47..42205a0 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');