From d6053cc9fe892de985b3a100bd1668703c91cdef Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 24 Oct 2018 16:34:14 +0300 Subject: [PATCH] v2.2.5 --- retailcrm/retailcrm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/retailcrm/retailcrm.php b/retailcrm/retailcrm.php index 8f22be4..24efb84 100644 --- a/retailcrm/retailcrm.php +++ b/retailcrm/retailcrm.php @@ -425,6 +425,7 @@ class RetailCRM extends Module if (isset($params['cart'])){ $address = $this->addressParse($params['cart']); + $customerSend = array_merge($customerSend, $address['customer']); } $customerSend = array_merge($customerSend, $address['customer']);