New add virtual card
This commit is contained in:
@@ -254,6 +254,22 @@ class WrenchWallet extends BaseController
|
||||
$out = $this->APIcall('GET', $local_url, $in);
|
||||
$this->saveCache($endpoint,$out,1500);
|
||||
}
|
||||
$out["result_list"][] = [
|
||||
"amount" => 0,
|
||||
"id" => 1,
|
||||
"code" => "USD",
|
||||
"description" => "Add Virtual VISA",
|
||||
"symbol" => "$",
|
||||
"action_type" => "START_ADD_VIRTUAL",
|
||||
"lorder" => 0,
|
||||
"country" => "US",
|
||||
"processor" => 5000,
|
||||
"current_balance" => 0,
|
||||
"transfer_limit" => 0,
|
||||
"wallet_uid" => "be090e93-552b-421d-86cd-2d33a2823c8e",
|
||||
"escrow" => 0
|
||||
];
|
||||
|
||||
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");
|
||||
return $this->respond( $this->summaryReturnData($in,$out), 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user