diff options
author | ivan <ivan> | 2003-08-14 09:49:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-08-14 09:49:02 +0000 |
commit | cc7bb70eab9fc7286358cd185a692cf1bddce9e1 (patch) | |
tree | f7744d9a6854894515c26134f58773c53c1556cb | |
parent | 3e008dffa689f34d42dd2e5c358f2cbf1b233819 (diff) |
remove obsolete check for other transaction types
-rw-r--r-- | PayflowPro.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PayflowPro.pm b/PayflowPro.pm index c63b13e..016deba 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -32,12 +32,6 @@ sub map_fields { my %content = $self->content(); - my $action = lc($content{'action'}); - if ( $action eq 'normal authorization' ) { - } else { - croak "$action not (yet) supported"; - } - #ACTION MAP my %actions = ('normal authorization' => 'S', #Sale 'authorization only' => 'A', #Authorization |