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
I can confirm this is now fixed
However, the fix was pushed up / tagged on the 12th December, but it didn't publish to packagist until today (8th Jan)
It appears packagist only checks for updates once a month on the 8th as the last checked date before today was the 8th December, seems a long time to wait for an update to appear so could that be reduced?
Environment details
Steps to reproduce
InsertProductInputRequest
andinsertProductInput
5054511953633
Error comes back as
Error occurred during parsing: Error occurred during parsing: String field only accepts string value
Google\Protobuf\Internal\Message
line 874 gets triggered and when I output the value it'sWhen it should be a string, but that's in the API response not the data sent so it's not something I set / can fix
Code example
Won't provide the specific product details but it's when you send gtin
If the product sent doesn't have a GTIN value then it all works correctly
It also occurs when you just call
listProducts
if you have submitted a product with a GTIN value alreadySo I think there's a mapping issue somewhere making it think GTIN is an array when it should be a string
I could provide my merchant account and a specific example product if needed but obviously not on a public issue
The text was updated successfully, but these errors were encountered: