Antonio Porcelli

Results 37 comments of Antonio Porcelli

ok, I have analysed the source code and I found the solution! You need to call this api first: POST: `{{base}}index.php?route=custom/api/login` And you will receive something like this: ``` {...

@yedincisenol if you agree, for Hacktoberfest, I can improve the docs and update the README

Clean install of latest opencart here. Same problem with `oc_api_session` table missing, solved with query posted here, but it's a weird story I think.

The fields in the table `session` and `api_session` are different

I have tried in my local environment to edit the file `system/helper/db_schema.php` adding at the end of the method `oc_db_schema` this code: ``` $tables[] = [ 'name' => 'api_session', 'field'...

Has anyone tested my solution or experienced the same issue with APIs?