From ef546ce21b1b145edf2e373f984b4d8151c9837e Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 10 Mar 2023 14:55:30 +0000 Subject: [PATCH] Add Swish as a provider --- core/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/models.py b/core/models.py index af253af..08867ce 100644 --- a/core/models.py +++ b/core/models.py @@ -241,6 +241,7 @@ assets = { providers = { "REVOLUT": "Revolut", "NATIONAL_BANK": "Bank transfer", + "SWISH": "Swish", } for code, name in assets.items(): if not Asset.objects.filter(code=code).exists():