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
STJ, which is the new default for ASP.NET 6+ is much stricter when it comes to JSON handling.
You need to enforce Newtonsoft de-serialization, since it's invalid to put a number (Int64) into a string.
E.g. Remove the [FromBody] and use Newtonsoft on Request.Content (Body) directly
Woo - 6
Woo.Net - 0.8.6
Create an webhook in store which is called when somebody place order, set endpoint to your api Asp
You can copy paste data (body) to postman and call your endpoint for replicate
Trying deserialize it with Newton and some other wild combinations with system.text.json settings
The text was updated successfully, but these errors were encountered: