This commit is contained in:
CHIEFSOFT\ameye
2024-10-15 12:57:41 -04:00
parent 84620bdd67
commit a992ecdf36
+6 -6
View File
@@ -262,14 +262,14 @@ class WrenchWallet extends BaseController
"symbol" => "$",
"action_type" => "AC_AD_VIRTUAL_CARD",
"lorder" => 0,
"country" => "US",
"country" => "",
"processor" => 9010,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => false,
"action_text" => "Add Card",
"rt_action_text" => "Add Card",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
];
$out["result_list"][] = [
@@ -280,14 +280,14 @@ class WrenchWallet extends BaseController
"symbol" => "$",
"action_type" => "AC_AD_WR_TOKEN",
"lorder" => 0,
"country" => "US",
"country" => "",
"processor" => 9012,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => true,
"action_text" => "XXX-X0XX",
"rt_action_text" => "XXX-X0XX",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
];
$out["result_list"][] = [
@@ -298,14 +298,14 @@ class WrenchWallet extends BaseController
"symbol" => "$",
"action_type" => "AC_AD_WR_POINTS",
"lorder" => 0,
"country" => "US",
"country" => "",
"processor" => 9014,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "",
"escrow" => 0,
"show_balance" => true,
"action_text" => "YYYY-YYYY",
"rt_action_text" => "YYYY-YYYY",
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
];
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");