diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 488d28b..c5115eb 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -1851,8 +1851,7 @@ class Shop extends React.PureComponent { axios.post(data.API_RFQ, { email, note, - configuration: JSON.stringify(crate), - headers: {'X-MLABS-OH': 'rlebcleu'} + configuration: JSON.stringify(crate) }).then(response => { this.setState({ isProcessing: false,