"action_text" => "XXX-X0XX",
This commit is contained in:
@@ -260,14 +260,16 @@ class WrenchWallet extends BaseController
|
|||||||
"code" => "USD",
|
"code" => "USD",
|
||||||
"description" => "Add Virtual VISA",
|
"description" => "Add Virtual VISA",
|
||||||
"symbol" => "$",
|
"symbol" => "$",
|
||||||
"action_type" => "START_ADD_VIRTUAL",
|
"action_type" => "AC_AD_VIRTUAL_CARD",
|
||||||
"lorder" => 0,
|
"lorder" => 0,
|
||||||
"country" => "US",
|
"country" => "US",
|
||||||
"processor" => 5000,
|
"processor" => 9010,
|
||||||
"current_balance" => 0,
|
"current_balance" => 0,
|
||||||
"transfer_limit" => 0,
|
"transfer_limit" => 0,
|
||||||
"wallet_uid" => "",
|
"wallet_uid" => "",
|
||||||
"escrow" => 0,
|
"escrow" => 0,
|
||||||
|
"show_balance" => false,
|
||||||
|
"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'
|
||||||
];
|
];
|
||||||
$out["result_list"][] = [
|
$out["result_list"][] = [
|
||||||
@@ -276,14 +278,16 @@ class WrenchWallet extends BaseController
|
|||||||
"code" => "USD",
|
"code" => "USD",
|
||||||
"description" => "Wrench Token",
|
"description" => "Wrench Token",
|
||||||
"symbol" => "$",
|
"symbol" => "$",
|
||||||
"action_type" => "WRENCH_TOKEN",
|
"action_type" => "AC_AD_WR_TOKEN",
|
||||||
"lorder" => 0,
|
"lorder" => 0,
|
||||||
"country" => "US",
|
"country" => "US",
|
||||||
"processor" => 5000,
|
"processor" => 9012,
|
||||||
"current_balance" => 0,
|
"current_balance" => 0,
|
||||||
"transfer_limit" => 0,
|
"transfer_limit" => 0,
|
||||||
"wallet_uid" => "",
|
"wallet_uid" => "",
|
||||||
"escrow" => 0,
|
"escrow" => 0,
|
||||||
|
"show_balance" => true,
|
||||||
|
"action_text" => "XXX-X0XX",
|
||||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
|
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
|
||||||
];
|
];
|
||||||
$out["result_list"][] = [
|
$out["result_list"][] = [
|
||||||
@@ -292,14 +296,16 @@ class WrenchWallet extends BaseController
|
|||||||
"code" => "USD",
|
"code" => "USD",
|
||||||
"description" => "Wrench Points",
|
"description" => "Wrench Points",
|
||||||
"symbol" => "$",
|
"symbol" => "$",
|
||||||
"action_type" => "WRENCH_POINTS",
|
"action_type" => "AC_AD_WR_POINTS",
|
||||||
"lorder" => 0,
|
"lorder" => 0,
|
||||||
"country" => "US",
|
"country" => "US",
|
||||||
"processor" => 5000,
|
"processor" => 9014,
|
||||||
"current_balance" => 0,
|
"current_balance" => 0,
|
||||||
"transfer_limit" => 0,
|
"transfer_limit" => 0,
|
||||||
"wallet_uid" => "",
|
"wallet_uid" => "",
|
||||||
"escrow" => 0,
|
"escrow" => 0,
|
||||||
|
"show_balance" => true,
|
||||||
|
"action_text" => "YYYY-YYYY",
|
||||||
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
|
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
|
||||||
];
|
];
|
||||||
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
||||||
|
|||||||
Reference in New Issue
Block a user