Remove copied method
This commit is contained in:
parent
376024e2bd
commit
d65e248ba8
@ -329,17 +329,6 @@ class RCrmActions
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if provided externalId in new format (id_clientId)
|
||||
*
|
||||
* @param $externalId
|
||||
* @return bool
|
||||
*/
|
||||
public static function isNewExternalId($externalId)
|
||||
{
|
||||
return !(false === strpos($externalId, '_'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Unserialize array
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user