diff --git a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php index 037d0dfc..9fa768a7 100644 --- a/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php +++ b/intaro.retailcrm/classes/general/history/RetailCrmHistory_v5.php @@ -1995,11 +1995,11 @@ class RetailCrmHistory } /** - * @param int $externalId + * @param mixed $externalId * * @return void */ - public static function cancelOrder(int $externalId) + public static function cancelOrder($externalId) { try { $newOrder = Order::load($externalId);