fix
This commit is contained in:
@@ -18,6 +18,12 @@ class Account_model extends CI_Model {
|
||||
return $query->result_array();
|
||||
}
|
||||
|
||||
public function getUserEscrowWallet($member_id) {
|
||||
$mysql = "SELECT sum(amount),currency FROM members_payments WHERE code ='OFDPS' AND member_id = $member_id AND confirmation IS NOT NULL GROUP BY currency";
|
||||
$query = $this->db->query($mysql);
|
||||
return $query->result_array();
|
||||
}
|
||||
|
||||
public function verify_link($data) {
|
||||
$q = $this
|
||||
->db
|
||||
|
||||
Reference in New Issue
Block a user