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():