X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=blobdiff_plain;f=Skipjack.pm;h=dc2e0a4395340bf660a9a10ccb4fdc3738341fff;hp=5c6565ef95bb167d034720449fe02719ab98cb3e;hb=08820e2ca4d9f6f3cb1b9ca3a620d2a570cc37b1;hpb=5660e9d50fbd503b564ec54d138f59c568d39f2f diff --git a/Skipjack.pm b/Skipjack.pm index 5c6565e..dc2e0a4 100644 --- a/Skipjack.pm +++ b/Skipjack.pm @@ -22,15 +22,16 @@ package Business::OnlinePayment::Skipjack; use strict; use Carp; -use Business::OnlinePayment 3; -use Business::OnlinePayment::HTTPS; +use Business::OnlinePayment ;#3; +#use Business::OnlinePayment::HTTPS; use Text::CSV_XS; use vars qw( @ISA $VERSION $DEBUG ); -$VERSION = "0.2"; +$VERSION = "0.3"; $DEBUG = 0; -@ISA = qw( Business::OnlinePayment::HTTPS ); +#@ISA = qw( Business::OnlinePayment::HTTPS ); +@ISA = qw( Business::OnlinePayment ); my %CC_ERRORS = ( '-1' => 'Invalid length (-1)',