From b759e2accdb1e3debd99577e70e7638c55d9558b Mon Sep 17 00:00:00 2001 From: Andreas Palm Date: Tue, 19 Sep 2023 14:37:54 +0200 Subject: [PATCH] Prestashop: small fix to reduce errors in log --- www/pages/shopimporter_presta.php | 1 + 1 file changed, 1 insertion(+) 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)