@@ -283,7 +283,7 @@ class refill_order_manualControl extends SystemControl
$this->ct_provider_amount(['channel_amount' => $order['channel_amount']], $provider_info, $cur_time, $admininfo);
$this->credit_save_money($order['channel_amount'], 'add', $account_id, $provider_bz);
}
-
+
$trans->commit();
catch (Exception $e) {