forked from M-Labs/web2019
shop: cleanup
This commit is contained in:
parent
88e4f1d8c0
commit
107bae7da0
|
@ -1851,8 +1851,7 @@ class Shop extends React.PureComponent {
|
||||||
axios.post(data.API_RFQ, {
|
axios.post(data.API_RFQ, {
|
||||||
email,
|
email,
|
||||||
note,
|
note,
|
||||||
configuration: JSON.stringify(crate),
|
configuration: JSON.stringify(crate)
|
||||||
headers: {'X-MLABS-OH': 'rlebcleu'}
|
|
||||||
}).then(response => {
|
}).then(response => {
|
||||||
this.setState({
|
this.setState({
|
||||||
isProcessing: false,
|
isProcessing: false,
|
||||||
|
|
Loading…
Reference in New Issue