send balance to other users

This commit is contained in:
Ibnu Maksum
2023-08-23 16:46:05 +07:00
parent 74ac7f3eb4
commit a09dc57495
6 changed files with 177 additions and 67 deletions

View File

@ -63,7 +63,7 @@ switch ($action) {
}
break;
case 'view':
$trxid = $routes['2'] * 1;
$trxid = $routes['2'];
$trx = ORM::for_table('tbl_payment_gateway')
->where('username', $user['username'])
->find_one($trxid);