From: ivan Date: Thu, 14 Aug 2003 09:49:02 +0000 (+0000) Subject: remove obsolete check for other transaction types X-Git-Tag: BUSINESS_ONLINEPAYMENT_PAYFLOW_PRO_0_02_01~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PayflowPro.git;a=commitdiff_plain;h=cc7bb70eab9fc7286358cd185a692cf1bddce9e1 remove obsolete check for other transaction types --- 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