diff --git a/www/pages/shopimporter_presta.php b/www/pages/shopimporter_presta.php index 793deab0..c669f07c 100644 --- a/www/pages/shopimporter_presta.php +++ b/www/pages/shopimporter_presta.php @@ -23,6 +23,7 @@ class Shopimporter_Presta extends ShopimporterBase // TODO private $langidToIso = [3 => 'de', 1 => 'en']; private $taxationByDestinationCountry; + private $orderSearchLimit; public function __construct($app, $intern = false)