# File lib/active_merchant/lib/validateable.rb, line 48
      def add(field, error)
        self[field] ||= []
        self[field] << error
      end