# File lib/active_merchant/billing/gateways/paypal_express.rb, line 17
      def redirect_url
        test? ? TEST_REDIRECT_URL : LIVE_REDIRECT_URL 
      end