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