mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-02 19:33:14 +03:00
v2.2.2
This commit is contained in:
parent
da10ce3421
commit
3c4bb541e7
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user