Open Presta Posted September 21, 2021 Share Posted September 21, 2021 hello, any solution to use guzzlehttp/guzzle version 7 in prestashop (module) without get error thanks Link to comment Share on other sites More sharing options...
Janett Posted September 21, 2021 Share Posted September 21, 2021 No you should use Guzzle 5.3 in order to be compliant with PrestaShop Core or you will have serious issues. Why do you need Guzzle 7 ? Link to comment Share on other sites More sharing options...
Open Presta Posted September 21, 2021 Author Share Posted September 21, 2021 i need to implement the new api of amazon , and not really easy to rebuild all with a previous guzle 5.3 at the moment , i found a solution that override the AdminModulesController.php , with blocked all call of api addons , ( but not very good solution) , and i am not sure that the only call use guzzle Link to comment Share on other sites More sharing options...
Janett Posted September 21, 2021 Share Posted September 21, 2021 Many modules use Guzzle 5.3 too so it's a lot of work to upgrade Guzzle and check if all works well. https://github.com/aws/aws-sdk-php/blob/master/composer.json#L20 According to composer.json it should works with Guzzle 5.3 Link to comment Share on other sites More sharing options...
Open Presta Posted September 21, 2021 Author Share Posted September 21, 2021 not need this , as i search all use up to 6.0 https://github.com/search?q=Selling+Partner+APIs Link to comment Share on other sites More sharing options...
Open Presta Posted September 22, 2021 Author Share Posted September 22, 2021 found amazing solution by pass via ajax controller and build all what i need in this controller without any destroy of core and override Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now