agent bug fix
This commit is contained in:
parent
d293f532de
commit
e730bbf743
@ -90,7 +90,7 @@ class ICrmOrderActions
|
|||||||
self::eventLog('ICrmOrderActions::uploadOrders', 'IntaroCrm\RestApi::orderUpload', $api->getLastError());
|
self::eventLog('ICrmOrderActions::uploadOrders', 'IntaroCrm\RestApi::orderUpload', $api->getLastError());
|
||||||
|
|
||||||
if ($api->getStatusCode() != 460) // some orders were sent
|
if ($api->getStatusCode() != 460) // some orders were sent
|
||||||
return false; // in pack mode return errors
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user