0.02
[Business-OnlinePayment-PayflowPro.git] / PayflowPro.pm
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');