diff options
| author | ivan <ivan> | 2006-02-05 12:27:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-02-05 12:27:20 +0000 |
| commit | 860e628d3d0d2ba432d401de5c9d4784c918be54 (patch) | |
| tree | 6fadb014beb1def56b14300f6b929506083c7342 /httemplate/edit/process | |
| parent | a9c8414692c1777da3ff78b83a1e6bbb0729f6eb (diff) | |
payment gateway editing
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/payment_gateway.html | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |
