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