test/unit/gateways/payflow_express_test.rb in activemerchant-1.4.2 vs test/unit/gateways/payflow_express_test.rb in activemerchant-1.5.0
- old
+ new
@@ -1,8 +1,8 @@
-require File.dirname(__FILE__) + '/../../test_helper'
+require 'test_helper'
class PayflowExpressTest < Test::Unit::TestCase
- TEST_REDIRECT_URL = 'https://test-expresscheckout.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=1234567890'
+ TEST_REDIRECT_URL = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=1234567890'
LIVE_REDIRECT_URL = 'https://www.paypal.com/cgibin/webscr?cmd=_express-checkout&token=1234567890'
TEST_REDIRECT_URL_WITHOUT_REVIEW = "#{TEST_REDIRECT_URL}&useraction=commit"
LIVE_REDIRECT_URL_WITHOUT_REVIEW = "#{LIVE_REDIRECT_URL}&useraction=commit"