mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-14 22:02:24 +00:00
feat(commands): Add new leggen bank delete command to delete a bank connection.
This commit is contained in:
@@ -22,6 +22,7 @@ def status(ctx: click.Context):
|
||||
"Bank": r["institution_id"],
|
||||
"Status": REQUISITION_STATUS.get(r["status"], "UNKNOWN"),
|
||||
"Created at": datefmt(r["created"]),
|
||||
"Requisition ID": r["id"],
|
||||
}
|
||||
)
|
||||
accounts.update(r.get("accounts", []))
|
||||
|
||||
Reference in New Issue
Block a user