1
0
mirror of synced 2024-11-22 21:36:10 +03:00

agent bug fix

This commit is contained in:
Grisha Pomadchin 2013-07-29 12:48:16 +04:00
parent d293f532de
commit e730bbf743

View File

@ -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;
} }
} }