Add Swish as a provider
This commit is contained in:
parent
c95d9d7557
commit
ef546ce21b
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue