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