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