mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Fix colaboative cancel broken
This commit is contained in:
parent
a4afb81ccc
commit
b3fcfc0570
@ -379,7 +379,7 @@ class OrderPage extends Component {
|
|||||||
'action':'cancel',
|
'action':'cancel',
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
fetch('/api/order/' + '?order_id=' + this.state.state.orderId, requestOptions)
|
fetch('/api/order/' + '?order_id=' + this.state.orderId, requestOptions)
|
||||||
.then((response) => response.json())
|
.then((response) => response.json())
|
||||||
.then(() => (this.getOrderDetails(this.state.orderId) & this.setState({status:4})));
|
.then(() => (this.getOrderDetails(this.state.orderId) & this.setState({status:4})));
|
||||||
this.handleClickCloseCollaborativeCancelDialog();
|
this.handleClickCloseCollaborativeCancelDialog();
|
||||||
|
Loading…
Reference in New Issue
Block a user