# File lib/active_merchant/billing/gateways/moneris.rb, line 23 def initialize(options = {}) requires!(options, :login, :password) @options = { :crypt_type => 7 }.update(options) super end