0.04 Business_OnlinePayment_Skipjack_0_04
authorivan <ivan>
Tue, 3 Jun 2008 23:58:25 +0000 (23:58 +0000)
committerivan <ivan>
Tue, 3 Jun 2008 23:58:25 +0000 (23:58 +0000)
Changes
Skipjack.pm

diff --git a/Changes b/Changes
index 012829b..768469c 100644 (file)
--- 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
index dc2e0a4..32e68be 100644 (file)
@@ -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)',