Skip to content

Commit

Permalink
add parsing the QR-IBAN
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwul committed Feb 28, 2024
1 parent 9b04d79 commit 708b4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_statement_import_camt/models/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def parse_statement(self, ns, node):
self.add_value_from_node(
ns,
node,
["./ns:Acct/ns:Id/ns:IBAN", "./ns:Acct/ns:Id/ns:Othr/ns:Id"],
["./ns:Ntry/ns:NtryRef","./ns:Acct/ns:Id/ns:IBAN", "./ns:Acct/ns:Id/ns:Othr/ns:Id"],
result,
"account_number",
)
Expand Down

0 comments on commit 708b4a5

Please sign in to comment.