From 4fb7449aba3a3aa871bae2ab135e541ab546bf61 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Mon, 9 Sep 2024 00:15:25 +0800 Subject: [PATCH] docs: add ZKB to supported bank list --- README.md | 1 + webapp/constants.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b9d61a..8fee0cb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Currently supported banks: | OCBC | ✅ | ✅ | | Standard Chartered | ✅ | ❌ | | UOB | ✅ | ✅ | +| ZKB | ❌ | ✅ | # Installation diff --git a/webapp/constants.py b/webapp/constants.py index acc1ec0..18a75aa 100644 --- a/webapp/constants.py +++ b/webapp/constants.py @@ -13,4 +13,5 @@ | OCBC | ✅ | ✅ | | Standard Chartered | ✅ | ❌ | | UOB | ✅ | ✅ | +| ZKB | ❌ | ✅ | """