parent
548d466bd0
commit
1efac9612d
@ -175,6 +175,10 @@ if (!class_exists('WC_Retailcrm_Customers')) :
|
|||||||
if (isset($filter['externalId'])) {
|
if (isset($filter['externalId'])) {
|
||||||
$search = $this->retailcrm->customersGet($filter['externalId']);
|
$search = $this->retailcrm->customersGet($filter['externalId']);
|
||||||
} elseif (isset($filter['email'])) {
|
} elseif (isset($filter['email'])) {
|
||||||
|
if (empty($filter['email']) && count($filter) == 1) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
$search = $this->retailcrm->customersList(array('email' => $filter['email']));
|
$search = $this->retailcrm->customersList(array('email' => $filter['email']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user