# File lib/active_merchant/billing/gateways/pay_junction.rb, line 269
      def test?
        test_login? || @options[:test] || super
      end