binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

bootstrap.php #18

Closed langziyang closed 2 years ago

langziyang commented 2 years ago

line 66

change $id_shop = (int) $this->shop->id;

to $id_shop = (int) $this->context->shop->id;

samberrry commented 2 years ago

what's you ps version?

langziyang commented 2 years ago

what's you ps version?

ps version is 1.7.8.2

but i think each version "shop","customer","cart","language" must use $this->context-> to get it, right?

samberrry commented 2 years ago

will be changed. Thanks