Pembelian Saham
# feat: - Fitur pembelian saham - Status transaksi - Table transaksi - Table nama bank ### No Issue
This commit is contained in:
23
src/bin/seeder/investasi/status_transaksi_investasi.json
Normal file
23
src/bin/seeder/investasi/status_transaksi_investasi.json
Normal file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"name": "Menunggu",
|
||||
"color": "yellow"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"name": "Proses",
|
||||
"color": "orange"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"name": "Berhasil",
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"name": "Gagal",
|
||||
"color": "red"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user