mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 11:43:16 +03:00
v2.2.2
This commit is contained in:
parent
da10ce3421
commit
3c4bb541e7
@ -528,8 +528,7 @@ class RetailCRM extends Module
|
|||||||
'number' => $additionalPhone
|
'number' => $additionalPhone
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$customer['phones'][] = array('number' => $phone);
|
|
||||||
$customer['phones'][] = array('number' => $additionalPhone);
|
|
||||||
$order['phone'] = $phone;
|
$order['phone'] = $phone;
|
||||||
$order['additionalPhone'] = $additionalPhone;
|
$order['additionalPhone'] = $additionalPhone;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user