updated wallet return
This commit is contained in:
@@ -293,6 +293,7 @@ class ResultFormatter extends Model
|
||||
$res["result_list"][] = array(
|
||||
"currency" => $out["currency_${key}"],
|
||||
"amount" => $out["amount_${key}"],
|
||||
"escrow" => 0,
|
||||
"symbol" => $out["symbol_${key}"],
|
||||
"description" => $out["description_${key}"],
|
||||
"action_type" => $out["action_type_${key}"],
|
||||
|
||||
@@ -287,6 +287,7 @@ function processOutJson($in, $out) {
|
||||
$res["result_list"][] = array(
|
||||
"currency" => $out["currency_${key}"],
|
||||
"amount" => $out["amount_${key}"],
|
||||
"escrow" => 0,
|
||||
"symbol" => $out["symbol_${key}"],
|
||||
"description" => $out["description_${key}"],
|
||||
"action_type" => $out["action_type_${key}"],
|
||||
|
||||
@@ -299,7 +299,7 @@ if ( $call_backend == true){
|
||||
else
|
||||
{
|
||||
$out = $local_out;
|
||||
$out['internal_return'] = 100; // to match the other
|
||||
$out['internal_return'] = 100; // to match the other
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user