billbeeio / billbee-php-sdk

🔌 The official Billbee API SDK for PHP 💻
MIT License
21 stars 25 forks source link

Error in Multiple Stock Update #72

Open Reflic opened 1 year ago

Reflic commented 1 year ago

Since the serializer update there seems to be an error in the serialization of an array of stock models via the function $client->products()->updateStockMultiple().

I was able to dig down that, while executing there are only empty models transferred to billbee. image

I am not as known to the serializer to fix this issue. Maybe someone can step in? I am happy to help! :)

theDigitalViking commented 1 year ago

I have the same issue. Please, can anyone fix this?

kruegge82 commented 3 weeks ago

Hi, you can downgrade your serializer like this: downgrade

or use my generated sdk... billbee-php-sdk-api