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
we use woocommerce.net to download orders from a woocommerce store.
The order and the email shows a price of e.g. € 128,00 the order gives us a string "128.00" but for an unknown reason to us the parsing of the json to decimals goes wrong and gives us "12800" after woocommerce.net deserialized the json.
Is this a known bug in woocommerce.net? Any thing we forgot to configure in woocommerce.net ?
(The WooCommerce > Settings > General > separators are set correctly.)
When we pull orders from the user interface thread as a test (blazor server) it is ok. but not from a background thread (which is needed...)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
we use woocommerce.net to download orders from a woocommerce store.
The order and the email shows a price of e.g.
€ 128,00
the order gives us a string "128.00" but for an unknown reason to us the parsing of the json to decimals goes wrong and gives us "12800" after woocommerce.net deserialized the json.Is this a known bug in woocommerce.net? Any thing we forgot to configure in woocommerce.net ?
(The WooCommerce > Settings > General > separators are set correctly.)
When we pull orders from the user interface thread as a test (blazor server) it is ok. but not from a background thread (which is needed...)
The text was updated successfully, but these errors were encountered: