From 3c4bb541e78ae724369a2f1bc998f3af2579c272 Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 30 Aug 2018 15:22:32 +0300 Subject: [PATCH] v2.2.2 --- retailcrm/retailcrm.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index c7c4444..ee2eb4b 100644 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -528,8 +528,7 @@ class RetailCRM extends Module 'number' => $additionalPhone ) ); - $customer['phones'][] = array('number' => $phone); - $customer['phones'][] = array('number' => $additionalPhone); + $order['phone'] = $phone; $order['additionalPhone'] = $additionalPhone; } else {