mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
v2.2.5
This commit is contained in:
parent
3e47ce29b4
commit
d6053cc9fe
@ -425,6 +425,7 @@ class RetailCRM extends Module
|
|||||||
|
|
||||||
if (isset($params['cart'])){
|
if (isset($params['cart'])){
|
||||||
$address = $this->addressParse($params['cart']);
|
$address = $this->addressParse($params['cart']);
|
||||||
|
$customerSend = array_merge($customerSend, $address['customer']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$customerSend = array_merge($customerSend, $address['customer']);
|
$customerSend = array_merge($customerSend, $address['customer']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user