-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
PrestaShop/PrestaShop-webservice-lib
#108Labels
BugType: BugType: BugMajorSeverity: major bug > https://build.prestashop.com/news/severity-classificationSeverity: major bug > https://build.prestashop.com/news/severity-classificationPR availableSolution: issue is being addressedSolution: issue is being addressedTopwatchersBacklog prioritization: issue reported & followed by +6 peopleBacklog prioritization: issue reported & followed by +6 people
Description
Prerequisites
- I understand and accept the project's code of conduct.
- I have already searched in existing issues and found no previous report of this bug.
Describe the bug and add attachments
"This library is not compatible with this version of PrestaShop. Please upgrade/downgrade this library" in Prestashop 8.2.1
Expected behavior
return category.
$webService = new PrestaShopWebservice($store->url, $store->key, true);
$pp = $webService->get([
'resource' => 'categories',
'id' => 3
]);
Steps to reproduce
$webService = new PrestaShopWebservice($store->url, $store->key, true);
$pp = $webService->get([
'resource' => 'categories',
'id' => 3
]);
PrestaShop version(s) where the bug happened
8.2.1
PHP version(s) where the bug happened
8.3
If your bug is related to a module, specify its name and its version
No response
Your company or customer's name goes here (if applicable).
No response
Progi1984
Metadata
Metadata
Assignees
Labels
BugType: BugType: BugMajorSeverity: major bug > https://build.prestashop.com/news/severity-classificationSeverity: major bug > https://build.prestashop.com/news/severity-classificationPR availableSolution: issue is being addressedSolution: issue is being addressedTopwatchersBacklog prioritization: issue reported & followed by +6 peopleBacklog prioritization: issue reported & followed by +6 people

