Fix confirm action bug

This commit is contained in:
Reckless_Satoshi 2022-11-15 10:22:01 -08:00
parent c2fb0e27a0
commit 7f731dfb00
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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) => {