Skip to content

Commit

Permalink
Added stock status
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarodr committed Apr 30, 2024
1 parent d339a50 commit f14ebd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/network/src/main/assets/stock-alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
{
"stock_ticket": "AAPL",
"alert_value": 150,
"status": "Estoque",
"notification_trigger": "ABOVE"
},
{
"stock_ticket": "ITSA4",
"status": "Indisponível",
"alert_value": 150,
"notification_trigger": "BELOW"
}
Expand Down

0 comments on commit f14ebd5

Please sign in to comment.