WrenchBoardMainSite

This commit is contained in:
CHIEFSOFT\ameye
2024-10-15 10:52:12 -04:00
parent de35db769a
commit c943cb98b5
+6 -6
View File
@@ -266,9 +266,9 @@ class WrenchWallet extends BaseController
"processor" => 5000,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
"wallet_uid" => "",
"escrow" => 0,
"banner" => ''
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
];
$out["result_list"][] = [
"amount" => 0,
@@ -282,9 +282,9 @@ class WrenchWallet extends BaseController
"processor" => 5000,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
"wallet_uid" => "",
"escrow" => 0,
"banner" => ''
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-card.jpg'
];
$out["result_list"][] = [
"amount" => 0,
@@ -298,9 +298,9 @@ class WrenchWallet extends BaseController
"processor" => 5000,
"current_balance" => 0,
"transfer_limit" => 0,
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
"wallet_uid" => "",
"escrow" => 0,
"banner" => ''
"banner" => 'https://www.wrenchboard.com/assets/images/apps/wallet/wallet-point.jpg'
];
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
return $this->respond( $this->summaryReturnData($in,$out), 200);