@threedddplus/logoeditor 0.0.206 → 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.
@@ -4219,10 +4219,10 @@ var converterSlice = function converterSlice(set, get) {
4219
4219
  case 0:
4220
4220
  formData = new FormData();
4221
4221
  formData.append('file', aiFile);
4222
- url = 'https://m2dev.richardsonsports.com/rest/V1/file-conversion';
4222
+ url = process.env.REACT_APP_MAGENTO_URL + '/rest/V1/file-conversion';
4223
4223
  config = {
4224
4224
  headers: {
4225
- Authorization: 'Bearer 6k5hm5dcmdwtd6l4setj4a3aq6liab5u',
4225
+ Authorization: "Bearer " + process.env.REACT_APP_MAGENTO_TOKEN,
4226
4226
  'Content-Type': 'multipart/form-data'
4227
4227
  }
4228
4228
  };