# File lib/active_merchant/billing/gateways/merchant_ware.rb, line 36 def initialize(options = {}) requires!(options, :login, :password, :name) @options = options super end