0.02
authorivan <ivan>
Thu, 7 Oct 2004 23:01:26 +0000 (23:01 +0000)
committerivan <ivan>
Thu, 7 Oct 2004 23:01:26 +0000 (23:01 +0000)
Changes
PayflowPro.pm

diff --git a/Changes b/Changes
index 4e75a24..0bf67b1 100644 (file)
--- 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
index 8664172..906bce7 100644 (file)
@@ -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');