hitmeister / api-sdk-php

Kaufland.de Onlineshop (former real.de and Hitmeister) API SDK for PHP
https://www.real.de/api/v1/
MIT License
24 stars 29 forks source link

Prestashop module, sdk not working (Cursor class) #122

Closed DamianoMazzara closed 3 years ago

DamianoMazzara commented 3 years ago

Hi, i'm using real prestashop module, it uses hitmeister sdk for php. We've moved the module from one to another prestashop server (same prestashop, same website) but this sdk gives error in his Cursor.php class.

test

We have 2 identical servers, but this works only in the older one, maybe the problem is a php library that is missing? Or composer packages not getting loaded?

DamianoMazzara commented 3 years ago

The sdk is not compatible with HTTP/2, so headers are not parsed correctly (lower cases).

Full explanation in this previous issue of the same repository.