From 37b94086fed9bb0b8d84dc8880f7eadbf671c759 Mon Sep 17 00:00:00 2001 From: KMityai Date: Fri, 30 Sep 2022 13:05:58 +0300 Subject: [PATCH] fix order canceling --- .../classes/general/history/RetailCrmHistory_v5.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);