- update server names per latest PayPal docs:
authorplobbes <plobbes>
Tue, 14 Apr 2009 17:54:32 +0000 (17:54 +0000)
committerplobbes <plobbes>
Tue, 14 Apr 2009 17:54:32 +0000 (17:54 +0000)
   payflow.verisign.com => payflowpro.verisign.com
   pilot-payflowpro.verisign.com => pilot-payflowpro.paypal.com

Changes
PayflowPro.pm

diff --git a/Changes b/Changes
index 8fd4870..6716675 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Perl extension Business::OnlinePayment::PayflowPro.
 
-0.07  
+0.07  Tue Apr 14 13:49:50 EDT 2009 plobbes
+       - update server names per latest PayPal docs:
+          payflow.verisign.com => payflowpro.verisign.com
+          pilot-payflowpro.verisign.com => pilot-payflowpro.paypal.com
        [0.07_06 Sat Oct 18 14:15:03 EDT 2008] plobbes
        - include most of the patches from Frédéric Brière at fbriere.net
        - request_id now only generates a new id when not set
index b53c39c..10e5f2c 100644 (file)
@@ -9,7 +9,7 @@ use Business::OnlinePayment::HTTPS 0.06;
 
 use base qw(Business::OnlinePayment::HTTPS);
 
-$VERSION = '0.07_06';
+$VERSION = '0.07';
 $VERSION = eval $VERSION;
 $DEBUG   = 0;
 
@@ -58,8 +58,7 @@ sub set_defaults {
     my %opts = @_;
 
     # standard B::OP methods/data
-    #$self->server("payflow.verisign.com");
-    $self->server("payflowpro.verisign.com");
+    $self->server("payflowpro.paypal.com");
     $self->port("443");
     $self->path("/transaction");
 
@@ -84,7 +83,7 @@ sub set_defaults {
     # required: 45 secs recommended by HTTPS Interface Dev Guide
     $self->client_timeout(45);
 
-    $self->test_server( "pilot-payflowpro.verisign.com" );
+    $self->test_server( "pilot-payflowpro.paypal.com" );
 }
 
 sub _map_fields {
@@ -371,7 +370,7 @@ modules supports.
 
 =item set_defaults()
 
-This method sets the 'server' attribute to 'payflowpro.verisign.com'
+This method sets the 'server' attribute to 'payflowpro.paypal.com'
 and the port attribute to '443'.  This method also sets up the
 L</Module specific methods> described below.
 
@@ -469,7 +468,7 @@ The following default settings exist:
 
 =item server
 
-payflowpro.verisign.com or pilot-payflowpro.verisign.com if
+payflowpro.paypal.com or pilot-payflowpro.paypal.com if
 test_transaction() is TRUE
 
 =item port