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