Get kids wallet
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ var wallets = {
|
||||
};
|
||||
let Qstring = "";
|
||||
Qstring = " SELECT w.amount,c.*,w.amount AS current_balance,c.country, " +
|
||||
"w.transfer_limit,w.uid AS wallet_uid, 0 AS escrow " +
|
||||
"w.transfer_limit,w.uid AS wallet_uid, 0 AS escrow ,w.brand,w.card_last4 " +
|
||||
"FROM members_wallet w " +
|
||||
"LEFT JOIN members_family f ON w.member_id = f.family_member_id " +
|
||||
"LEFT JOIN currency c ON c.code=w.currency " +
|
||||
|
||||
Reference in New Issue
Block a user