You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Lymke I had that Exception too. In my case the problem was that I was sending a very long description for an offer, the max length is 255 and I was sending more than that.
Try surrounding you call with try/catch statement and capture a Symfony\Component\Debug\Exception\ContextErrorException exception then dump getContext(), maybe there you'll find more information about your error.
When I send articles I have the following error undefined index batch_id from the file FnacApiClient/Service/Response/OfferUpdateResponse.php
$this->batch_id = $data['batch_id'];
The text was updated successfully, but these errors were encountered: