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