From: ivan Date: Tue, 3 Jun 2008 23:58:25 +0000 (+0000) Subject: 0.04 X-Git-Tag: Business_OnlinePayment_Skipjack_0_04 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Skipjack.git;a=commitdiff_plain;h=5c59f720b68d1f01f953b5e1e836b034ce13b5a2;hp=d53b1b5eb23af58e17152aff4a9145287e9db8e1 0.04 --- diff --git a/Changes b/Changes index 012829b..768469c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Business::OnlinePayment::SkipJack +0.4 Tue Jun 3 16:55:58 PDT 2008 + - The "I'm on crack" release. + - We *do* use B:OP:HTTPS. Depend on it. + - All tests pass again. Whew. + 0.3 Wed May 28 02:03:19 PDT 2008 - update missed bad_card_mc.t to new test account - we don't use B:OP:HTTPS yet, no need to depent on B:OP v3 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)',