Wrench extra cards
This commit is contained in:
@@ -267,9 +267,41 @@ class WrenchWallet extends BaseController
|
||||
"current_balance" => 0,
|
||||
"transfer_limit" => 0,
|
||||
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
|
||||
"escrow" => 0
|
||||
"escrow" => 0,
|
||||
"banner" => ''
|
||||
];
|
||||
$out["result_list"][] = [
|
||||
"amount" => 0,
|
||||
"id" => 1,
|
||||
"code" => "USD",
|
||||
"description" => "Wrench Token",
|
||||
"symbol" => "$",
|
||||
"action_type" => "WRENCH_TOKEN",
|
||||
"lorder" => 0,
|
||||
"country" => "US",
|
||||
"processor" => 5000,
|
||||
"current_balance" => 0,
|
||||
"transfer_limit" => 0,
|
||||
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
|
||||
"escrow" => 0,
|
||||
"banner" => ''
|
||||
];
|
||||
$out["result_list"][] = [
|
||||
"amount" => 0,
|
||||
"id" => 1,
|
||||
"code" => "USD",
|
||||
"description" => "Wrench Points",
|
||||
"symbol" => "$",
|
||||
"action_type" => "WRENCH_POINTS",
|
||||
"lorder" => 0,
|
||||
"country" => "US",
|
||||
"processor" => 5000,
|
||||
"current_balance" => 0,
|
||||
"transfer_limit" => 0,
|
||||
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
|
||||
"escrow" => 0,
|
||||
"banner" => ''
|
||||
];
|
||||
|
||||
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user