|
@@ -76,6 +76,9 @@ class Withdraw extends Controller
|
|
|
$item['after_balance'] = floatval($item['after_balance']);
|
|
$item['after_balance'] = floatval($item['after_balance']);
|
|
|
$item['service_charge'] = floatval($item['service_charge']);
|
|
$item['service_charge'] = floatval($item['service_charge']);
|
|
|
$item['amount'] = floatval($item['amount']);
|
|
$item['amount'] = floatval($item['amount']);
|
|
|
|
|
+ $item['to_account'] = floatval($item['to_account']);
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|