fix check error order list
This commit is contained in:
parent
e96ff797da
commit
c149e5c5b0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ if (class_exists('WC_Retailcrm_Uploader') === false) {
|
|||
*/
|
||||
private function logOrdersUploadErrors($errors)
|
||||
{
|
||||
if (empty($errors) === true) {
|
||||
if ($errors === []) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue