Changed Revolut BIC code

This commit is contained in:
Gerwin van der Lugt 2021-01-28 11:35:29 +01:00
parent 8825f87f61
commit 724af76ebd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from data import Transaction
BANK_NAME = 'Revolut'
BANK_BIC = 'REVOGB21'
BANK_BIC = 'REVOLT21'
DEFAULT_SEQUENCE_NO = 1
@ -190,4 +190,4 @@ class Mt940:
if with_year:
return val.strftime('%y%m%d')
else:
return val.strftime('%m%d')
return val.strftime('%m%d')