updated wallet return

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-22 05:18:08 -04:00
parent e7a6791874
commit 1aecd46811
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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}"],
+1
View File
@@ -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}"],
+1 -1
View File
@@ -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
}