Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-currency transfers #1175

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

zachgoll
Copy link
Collaborator

Fixes #1139

@@ -72,27 +72,23 @@ def single_currency_transfer?

def transaction_count
unless entries.size == 2
# i18n-tasks-use t('activerecord.errors.models.account/transfer.attributes.entries.must_have_exactly_2_entries')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These introduce too much maintenance overhead at this stage. Removing and ignoring.

@zachgoll zachgoll merged commit 949d3d8 into main Sep 13, 2024
4 checks passed
@zachgoll zachgoll deleted the zachgoll/support-non-usd-transfers branch September 13, 2024 15:45
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.

Bug: Currency Inconsistency in Transfer Transactions
1 participant