mirakl / sdk-php-shop

Mirakl PHP SDK for sellers
29 stars 16 forks source link

Amend documentation for UpdateOffersRequest #46

Closed Benjamest closed 1 year ago

Benjamest commented 1 year ago

The code example * $request = new UpdateOffersRequest('SHOP_ID'); fails as UpdateOffersRequest accepts an array. If you remove the SHOP_ID the code works as expected.

jreinke commented 1 year ago

Hello,

Thanks for your feedback, the v1.18.1 has been released and fixes the PHPDoc.