Skip to content

Commit

Permalink
Clean up contact matching in Membership import
Browse files Browse the repository at this point in the history
Basically the same as #30583
but the functions can go now as all usages are removed.

Existing tests look up contacts by dedupe rule (email), external_identifier, contact ID & id
  • Loading branch information
eileenmcnaughton committed Feb 10, 2025
1 parent 2da6f47 commit 35e3f82
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 541 deletions.
8 changes: 8 additions & 0 deletions CRM/Core/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ class CRM_Core_Error extends PEAR_ErrorStack {
* Status code of various types of errors.
*/
const FATAL_ERROR = 2;

/**
* @deprecated
*/
const DUPLICATE_CONTACT = 8001;
const DUPLICATE_CONTRIBUTION = 8002;

/**
* @deprecated
*/
const DUPLICATE_PARTICIPANT = 8003;

/**
Expand Down
Loading

0 comments on commit 35e3f82

Please sign in to comment.