Prestashop: Fix property accessor

This commit is contained in:
Andreas Palm 2024-04-03 21:34:01 +02:00
parent bca6aa04ef
commit 3836b2ed0e

View File

@ -14,7 +14,7 @@ class Shopimporter_Presta extends ShopimporterBase
private $app;
private $intern;
private $shopid;
private $data;
var $data;
private $protocol;
private $apiKey;
private $shopUrl;