Skip to content

Commit

Permalink
fix(banks/uob): identify
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 authored and benjamin-awd committed Jan 7, 2025
1 parent 4415466 commit b14320a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/monopoly/banks/uob/uob.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
EntryType,
StatementBalancePatterns,
)
from monopoly.identifiers import MetadataIdentifier
from monopoly.identifiers import MetadataIdentifier, TextIdentifier

from ..base import BankBase

Expand Down Expand Up @@ -44,6 +44,7 @@ class Uob(BankBase):
creator="Vault Rendering Engine",
producer="Rendering Engine",
),
]
],
[TextIdentifier("card.centre@uobgroup.com")],
]
statement_configs = [credit, debit]

0 comments on commit b14320a

Please sign in to comment.