WooCommerce.NET
WooCommerce.NET copied to clipboard
Order.Get, SerializationException
Hello. When I call the method Orders.Get to obtain an order, I am getting the following exception on the deserialization:
System.Runtime.Serialization.SerializationException:
'There was an error deserializing the object of type WooCommerceNET.WooCommerce.v3.Order. End element 'display_value' from namespace '' expected. Found element 'woocommerce_method_instance_id' from namespace ''.'
Attached file with response json string: 54103.txt
Note: With v0.8.2 it was working just fine.
Can you help?
Hi this is a duplicate of open issue orderlines and couponlines returning JSON array not string,
See #618
This was fixed with PR #600 You'll have to get the source and build it.
Hi, is the fix scheduled for release via the nuget package any time soon?