# File lib/active_merchant/billing/gateways/exact.rb, line 54
      def test?
        @test_mode || Base.gateway_mode == :test
      end