From 589764ffc76ff028f267809a65ae08e6974ef7be Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 7 Oct 2004 23:01:26 +0000 Subject: 0.02 --- PayflowPro.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PayflowPro.pm') 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'); -- cgit v1.2.1