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