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 response #34

Closed jalalannan closed 2 years ago

jalalannan commented 2 years ago

in RESTMainMenu throw an error

line: 145 code: $this->mainmenu_module->trans('All brands', [], 'Modules.Mainmenu.Admin'),

Error: Call to protected method ModuleCore::trans() from context 'RESTMainMenu'

Iam using 1.7.8.6

samberrry commented 2 years ago

in RESTMainMenu throw an error

line: 145 code: $this->mainmenu_module->trans('All brands', [], 'Modules.Mainmenu.Admin'),

Error: Call to protected method ModuleCore::trans() from context 'RESTMainMenu'

Iam using 1.7.8.6

Thanks for your report.

Just updated the repo (v2.4.5).