@threedddplus/logoeditor 0.0.205 → 0.0.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4227,10 +4227,10 @@ var converterSlice = function converterSlice(set, get) {
4227
4227
  case 0:
4228
4228
  formData = new FormData();
4229
4229
  formData.append('file', aiFile);
4230
- url = 'https://m2dev.richardsonsports.com/rest/V1/file-conversion';
4230
+ url = process.env.REACT_APP_MAGENTO_URL + '/rest/V1/file-conversion';
4231
4231
  config = {
4232
4232
  headers: {
4233
- Authorization: 'Bearer 6k5hm5dcmdwtd6l4setj4a3aq6liab5u',
4233
+ Authorization: "Bearer " + process.env.REACT_APP_MAGENTO_TOKEN,
4234
4234
  'Content-Type': 'multipart/form-data'
4235
4235
  }
4236
4236
  };