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