# File lib/active_merchant/billing/gateways/garanti.rb, line 37
      def initialize(options = {})
        requires!(options, :login, :password, :terminal_id, :merchant_id)
        @options = options
        super
      end