We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d41dd commit 06a3819Copy full SHA for 06a3819
PSWebServiceLibrary.php
@@ -47,7 +47,7 @@ class PrestaShopWebservice
47
/** @var string Minimal version of PrestaShop to use with this library */
48
const psCompatibleVersionsMin = '1.4.0.0';
49
/** @var string Maximal version of PrestaShop to use with this library */
50
- const psCompatibleVersionsMax = '8.2.0';
+ const psCompatibleVersionsMax = '9.0.0';
51
52
/**
53
* PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated
0 commit comments