diff options
Diffstat (limited to 'PayflowPro.pm')
-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 |