Skip to content

Fix ORIG_CURRENCY typo#368

Merged
kedder merged 1 commit into
kedder:masterfrom
Wigny:fix-origcurrency-typo
Oct 28, 2025
Merged

Fix ORIG_CURRENCY typo#368
kedder merged 1 commit into
kedder:masterfrom
Wigny:fix-origcurrency-typo

Conversation

@Wigny

@Wigny Wigny commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 95.22%. remained the same
when pulling 2b43c66 on Wigny:fix-origcurrency-typo
into 6a27468 on kedder:master.

Comment thread src/ofxstatement/ofx.py
self.buildCurrency("CURRENCY", line.currency)
if line.orig_currency is not None:
self.buildCurrency("ORIG_CURRENCY", line.orig_currency)
self.buildCurrency("ORIGCURRENCY", line.orig_currency)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! I can't believe it wasn't spotted for such a long time!

@kedder kedder merged commit d3a8635 into kedder:master Oct 28, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants