diff --git a/frontend/src/components/TradeBox/index.js b/frontend/src/components/TradeBox/index.js index 17e16e1b..ae90aeea 100644 --- a/frontend/src/components/TradeBox/index.js +++ b/frontend/src/components/TradeBox/index.js @@ -1208,7 +1208,7 @@ class TradeBox extends Component { handleClickConfirmButton = () => { apiClient - .post(this.props.baseUrl, this.props.baseUrl, '/api/order/?order_id=' + this.props.data.id, { + .post(this.props.baseUrl, '/api/order/?order_id=' + this.props.data.id, { action: 'confirm', }) .then((data) => {