|
@@ -234,7 +234,7 @@ class Bridge implements IBridge, IBridgeEx
|
|
|
$money = ncPriceFormat($available - $mchinfo['credit_bonus']);
|
|
|
$params['money'] = $money;
|
|
|
|
|
|
- return [false, $this->result_format($params, $out_names, $secure_key)];
|
|
|
+ return [true, $this->result_format($params, $out_names, $secure_key)];
|
|
|
}
|
|
|
|
|
|
public function notify($params)
|