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