diff --git a/index.mjs b/index.mjs index e42f229..9ae1673 100644 --- a/index.mjs +++ b/index.mjs @@ -232,7 +232,6 @@ export default class WooCommerceRestApi { if (data) { options.headers["Content-Type"] = "application/json;charset=utf-8"; - options.data = JSON.stringify(data); } // Allow set and override Axios options.