notifications

This commit is contained in:
CHIEFSOFT\ameye
2023-06-25 10:21:38 -04:00
parent ce80e421fa
commit 74c2b4be38
5 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -587,7 +587,8 @@ class ResultFormatter extends Model
"symbol" => $out["symbol_${key}"],
"description" => $out["description_${key}"],
"action_type" => $out["action_type_${key}"],
"code" => $out["code_${key}"]
"code" => $out["code_${key}"],
"country" => $out["country_${key}"]
);
}
break;