mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
a041c6a82c
@ -3017,7 +3017,7 @@ class Shopimporter_Shopware6 extends ShopimporterBase
|
||||
|
||||
$ordersToProcess = $this->getOrdersToProcess($this->getOrderSearchLimit());
|
||||
|
||||
return (!empty(count($ordersToProcess['data'])?count($ordersToProcess['data']):0);
|
||||
return (!empty(count($ordersToProcess['data'])?count($ordersToProcess['data']):0));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user