# File lib/active_merchant/billing/gateways/iridium.rb, line 35
      def initialize(options = {})
        requires!(options, :login, :password)
        @options = options
        @test_url = 'https://gw1.iridiumcorp.net/'
        @live_url = 'https://gw1.iridiumcorp.net/'
        super
      end