@@ -698,7 +698,7 @@ class TradeService extends BaseService
return false;
}
- if ($info['status'] != 3) {
+ if (!in_array($info['status'], [3,4])) {
$this->error = 2053;