diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | PayflowPro.pm | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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'); |