Prestashop: small fix to reduce errors in log

This commit is contained in:
Andreas Palm
2023-09-19 14:39:00 +02:00
parent 5d1201637f
commit b759e2accd
+1
View File
@@ -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)