X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=blobdiff_plain;f=Skipjack.pm;h=32e68bef8d6e3610c3defda25c5f04cf3d5b2e2b;hp=dc2e0a4395340bf660a9a10ccb4fdc3738341fff;hb=5c59f720b68d1f01f953b5e1e836b034ce13b5a2;hpb=d53b1b5eb23af58e17152aff4a9145287e9db8e1 diff --git a/Skipjack.pm b/Skipjack.pm index dc2e0a4..32e68be 100644 --- a/Skipjack.pm +++ b/Skipjack.pm @@ -22,16 +22,15 @@ 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.3"; +$VERSION = "0.4"; $DEBUG = 0; -#@ISA = qw( Business::OnlinePayment::HTTPS ); -@ISA = qw( Business::OnlinePayment ); +@ISA = qw( Business::OnlinePayment::HTTPS ); my %CC_ERRORS = ( '-1' => 'Invalid length (-1)',