# File lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb, line 54
      def initialize(options = {})
        requires!(options, :login)
        @options = options
        super
      end