We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello why does price and priceValue have two different values? Same thing on regular_price and regular_priceValue
The text was updated successfully, but these errors were encountered:
I have found the issue, on BaseObject line 61 In this case price is 14.23 but it returns 1423:
Sorry, something went wrong.
Value.ToString() is 14,23
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.
@tiziana-git Version 0.8.6 has the ability to pass your own CultureInfo, this should fix the issue.
No branches or pull requests
Hello
why does price and priceValue have two different values? Same thing on regular_price and regular_priceValue
The text was updated successfully, but these errors were encountered: