lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.9.1 vs lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.9.2

- old
+ new

@@ -6,10 +6,10 @@ module Billing #:nodoc: class PaypalExpressGateway < Gateway include PaypalCommonAPI include PaypalExpressCommon - self.test_redirect_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=' + self.test_redirect_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr' self.supported_countries = ['US'] self.homepage_url = 'https://www.paypal.com/cgi-bin/webscr?cmd=xpt/merchant/ExpressCheckoutIntro-outside' self.display_name = 'PayPal Express Checkout' def setup_authorization(money, options = {})