# File lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb, line 76
      def test?
        @options[:test] || Base.gateway_mode == :test
      end