From 5c59f720b68d1f01f953b5e1e836b034ce13b5a2 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 3 Jun 2008 23:58:25 +0000 Subject: [PATCH] 0.04 --- Changes | 5 +++++ Skipjack.pm | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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)', -- 2.11.0