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 are receiving a 'JSON ERROR: The decoded property name is invalid' error message when trying to retrieve orders. We discovered why this is caused: there is a plugin installed in the store's WC that is adding the Unicode NULL character (\u0000) to a metadata property name. This issue can be resolved by stripping out any instances of the null character in the response body before decoding JSON at https://github.com/woocommerce/wc-api-php/blob/master/src/WooCommerce/HttpClient/HttpClient.php#L372: