From d65e248ba84da279e2b44b194facac2216f3ced1 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 3 Jul 2019 13:34:33 +0300 Subject: [PATCH] Remove copied method --- intaro.retailcrm/classes/general/RCrmActions.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/intaro.retailcrm/classes/general/RCrmActions.php b/intaro.retailcrm/classes/general/RCrmActions.php index 351a4549..1ab08b0f 100644 --- a/intaro.retailcrm/classes/general/RCrmActions.php +++ b/intaro.retailcrm/classes/general/RCrmActions.php @@ -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 *