aded icons
This commit is contained in:
@@ -229,6 +229,9 @@ class WrenchWallet extends BaseController
|
||||
// }
|
||||
//
|
||||
// $in = $raw_array;
|
||||
|
||||
///family_uid
|
||||
///
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
log_message('critical', "IN ARRAY for call 0001 -> ".serialize($in));
|
||||
$in["action"] = 'getkidswallets'; //WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||
@@ -254,9 +257,10 @@ class WrenchWallet extends BaseController
|
||||
"escrow" => 0,
|
||||
"show_balance" => false,
|
||||
"rt_action_text" => "Add Card",
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg',
|
||||
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/card.png'
|
||||
];
|
||||
|
||||
|
||||
$out["wallet_cards"] = [];
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
}
|
||||
@@ -289,7 +293,8 @@ class WrenchWallet extends BaseController
|
||||
"escrow" => 0,
|
||||
"show_balance" => false,
|
||||
"rt_action_text" => "Add Card",
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg',
|
||||
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/card.png'
|
||||
];
|
||||
$out["result_list"][] = [
|
||||
"amount" => 0,
|
||||
@@ -307,7 +312,8 @@ class WrenchWallet extends BaseController
|
||||
"escrow" => 0,
|
||||
"show_balance" => true,
|
||||
"rt_action_text" => "View",
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-token.jpg'
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-token.jpg',
|
||||
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/token.png'
|
||||
];
|
||||
$out["result_list"][] = [
|
||||
"amount" => 0,
|
||||
@@ -325,7 +331,8 @@ class WrenchWallet extends BaseController
|
||||
"escrow" => 0,
|
||||
"show_balance" => true,
|
||||
"rt_action_text" => "Redeem",
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
|
||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg',
|
||||
"icon" => 'https://www.wrenchboard.com/assets/images/apps/wallet/icon/point.png'
|
||||
];
|
||||
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
|
||||
Reference in New Issue
Block a user