diff options
author | ivan <ivan> | 2005-05-10 09:06:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-10 09:06:27 +0000 |
commit | d86dd0907225727a1d299138e4758e8a77f412c4 (patch) | |
tree | 22acb62d561a80262220cc151fd58243373dfdc6 /eSelectPlus.pm | |
parent | c48ef77fcb097f9e0ce47d3a715eb8a8cca9490c (diff) |
fix required fields for refund transactions
Diffstat (limited to 'eSelectPlus.pm')
-rw-r--r-- | eSelectPlus.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eSelectPlus.pm b/eSelectPlus.pm index eb0a4c7..065360e 100644 --- a/eSelectPlus.pm +++ b/eSelectPlus.pm @@ -99,7 +99,7 @@ sub submit { } elsif ( $action eq 'refund' ) {
$self->required_fields(
- qw( login passowrd order_number authorization )
+ qw( login password order_number authorization )
);
}
|