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