# File lib/active_merchant/billing/gateways/payment_express.rb, line 37 def initialize(options = {}) # A DPS username and password must exist requires!(options, :login, :password) # Make the options an instance variable @options = options super end