# File lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb, line 60
      def initialize(options = {})
        requires!(options, :login, :password)
        @options = {
          :certification_id => self.class.certification_id,
          :partner => self.class.partner
        }.update(options)
        
        super
      end