added card brand
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ var wallets = {
|
||||
};
|
||||
let Qstring = "";
|
||||
Qstring = "SELECT w.amount,c.*,w.amount AS current_balance,c.country,c.banner, m.country AS owner_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 currency c ON c.code=w.currency " +
|
||||
"LEFT JOIN members m ON m.id = w.member_id " +
|
||||
|
||||
Reference in New Issue
Block a user