trasnfer limit

This commit is contained in:
CHIEFSOFT\ameye
2023-07-21 15:00:46 -04:00
parent 4f12515705
commit c2d09c8849
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -689,7 +689,8 @@ class ResultFormatter extends Model
"description" => $out["description_${key}"],
"action_type" => $out["action_type_${key}"],
"code" => $out["code_${key}"],
"country" => $out["country_${key}"]
"country" => $out["country_${key}"],
"transfer_limit" => $out["transfer_limit_${key}"],
);
}
break;