mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-29 00:36:02 +03:00
Update ApiHelper.php
This commit is contained in:
parent
4556d3e85b
commit
d579aafdc5
@ -83,7 +83,7 @@ class ApiHelper
|
|||||||
if ($searchEdit) {
|
if ($searchEdit) {
|
||||||
$this->checkCustomers($customer, true);
|
$this->checkCustomers($customer, true);
|
||||||
} else {
|
} else {
|
||||||
$this->api->ordersEdit($customer);
|
$this->api->customersEdit($customer);
|
||||||
}
|
}
|
||||||
time_nanosleep(0, 250000000);
|
time_nanosleep(0, 250000000);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user