Prestashop: small fix to reduce errors in log

This commit is contained in:
Andreas Palm 2023-09-19 14:37:54 +02:00
parent 5d1201637f
commit b759e2accd

View File

@ -23,6 +23,7 @@ class Shopimporter_Presta extends ShopimporterBase
// TODO // TODO
private $langidToIso = [3 => 'de', 1 => 'en']; private $langidToIso = [3 => 'de', 1 => 'en'];
private $taxationByDestinationCountry; private $taxationByDestinationCountry;
private $orderSearchLimit;
public function __construct($app, $intern = false) public function __construct($app, $intern = false)