From 589764ffc76ff028f267809a65ae08e6974ef7be Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 7 Oct 2004 23:01:26 +0000 Subject: [PATCH] 0.02 --- Changes | 2 +- PayflowPro.pm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 4e75a24..0bf67b1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Business::OnlinePayment::PayflowPro. -0.02 unreleased +0.02 Thu Oct 7 15:58:44 PDT 2004 - cvv2 support - authorization only, post authorization, void and credit support - this release sponsored by Pro Softnet Corp. / ibackup.com diff --git a/PayflowPro.pm b/PayflowPro.pm index 8664172..906bce7 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -14,12 +14,11 @@ require Exporter; @ISA = qw(Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '0.02_02'; +$VERSION = '0.02'; sub set_defaults { my $self = shift; - #$self->server('staging.linkpt.net'); $self->server('payflow.verisign.com'); $self->port('443'); -- 2.11.0