Changed Revolut BIC code
This commit is contained in:
parent
8825f87f61
commit
724af76ebd
4
mt940.py
4
mt940.py
@ -1,7 +1,7 @@
|
|||||||
from data import Transaction
|
from data import Transaction
|
||||||
|
|
||||||
BANK_NAME = 'Revolut'
|
BANK_NAME = 'Revolut'
|
||||||
BANK_BIC = 'REVOGB21'
|
BANK_BIC = 'REVOLT21'
|
||||||
|
|
||||||
DEFAULT_SEQUENCE_NO = 1
|
DEFAULT_SEQUENCE_NO = 1
|
||||||
|
|
||||||
@ -190,4 +190,4 @@ class Mt940:
|
|||||||
if with_year:
|
if with_year:
|
||||||
return val.strftime('%y%m%d')
|
return val.strftime('%y%m%d')
|
||||||
else:
|
else:
|
||||||
return val.strftime('%m%d')
|
return val.strftime('%m%d')
|
||||||
|
Loading…
Reference in New Issue
Block a user