XiaoFaye / WooCommerce.NET

A .NET Wrapper for WooCommerce/WordPress REST API
MIT License
391 stars 217 forks source link

Price and priceValue: different values #731

Closed tiziana-git closed 1 year ago

tiziana-git commented 1 year ago

Hello why does price and priceValue have two different values? Same thing on regular_price and regular_priceValue immagine

tiziana-git commented 1 year ago

I have found the issue, on BaseObject line 61 In this case price is 14.23 but it returns 1423: immagine

immagine

tiziana-git commented 1 year ago

Value.ToString() is 14,23

XiaoFaye commented 1 year ago

Please follow this link https://github.com/XiaoFaye/WooCommerce.NET/wiki/How-to-use-JSON.NET-in-WooCommerce.NET to use Json.NET if you have this issue.

XiaoFaye commented 1 year ago

@tiziana-git Version 0.8.6 has the ability to pass your own CultureInfo, this should fix the issue.