@@ -39,6 +39,9 @@ class Payment extends Frontend
$payment->payed();
}
Db::commit();
+ if(!$isPay){
+ $this->result($succ,400);
+ }
return $succ;