<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 = ActiveMerchant CHANGELOG
 
+* Update to PayPal Sandbox URL for testing Payflow Pro Express Checkout. See Express Checkout for Payflow Pro guide [cody]
 * Provide a C_STATE value of &quot;Outside United States&quot; for SageGateway when processing international customers [cody]
 * PayPal Website Payments Pro Canada supports Amex [cody]
 * Add line item support for LinkpointGateway. [Tony Primerano]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ module ActiveMerchant #:nodoc:
       include PayflowCommonAPI
       include PaypalExpressCommon
       
-      self.test_redirect_url = 'https://test-expresscheckout.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;token='      
+      self.test_redirect_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;token='
       self.homepage_url = 'https://www.paypal.com/cgi-bin/webscr?cmd=xpt/merchant/ExpressCheckoutIntro-outside'
       self.display_name = 'PayPal Express Checkout'
       </diff>
      <filename>lib/active_merchant/billing/gateways/payflow_express.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'test_helper'
 
 class PayflowExpressTest &lt; Test::Unit::TestCase
-  TEST_REDIRECT_URL = 'https://test-expresscheckout.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;token=1234567890'
+  TEST_REDIRECT_URL = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;token=1234567890'
   LIVE_REDIRECT_URL = 'https://www.paypal.com/cgibin/webscr?cmd=_express-checkout&amp;token=1234567890'
   
   TEST_REDIRECT_URL_WITHOUT_REVIEW = &quot;#{TEST_REDIRECT_URL}&amp;useraction=commit&quot;</diff>
      <filename>test/unit/gateways/payflow_express_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39e6eb07865c03745e75fb53ea3d851fec81d5aa</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </author>
  <url>http://github.com/Shopify/active_merchant/commit/e2a54085c387d2509a669cbd370a4ec70eec9dd3</url>
  <id>e2a54085c387d2509a669cbd370a4ec70eec9dd3</id>
  <committed-date>2009-10-06T14:30:44-07:00</committed-date>
  <authored-date>2009-10-06T14:30:44-07:00</authored-date>
  <message>Use PayPal sandbox for Payflow Pro Express Checkout testing</message>
  <tree>37245eae5e59f38894afaad655e22c34b2a998f2</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
