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

fix(truelayer): Skip unsupported account types #16

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

Minion3665
Copy link
Contributor

Some providers (e.g. barclaycard) do not support both "accounts" and "cards". If the truelayer importer comes across such a provider, it will fail to fetch the unsupported account type, and omit that from the config

If the key is omitted from the config, we'll try to read from an invalid key when we later look for all transactions

Some providers (e.g. barclaycard) do not support both "accounts" and
"cards". If the truelayer importer comes across such a provider, it will
fail to fetch the unsupported account type, and omit that from the
config

If the key is omitted from the config, we'll try to read from an invalid
key when we later look for all transactions
@Minion3665
Copy link
Contributor Author

This is tangentially related to #6

@SEIAROTg SEIAROTg merged commit b14d040 into SEIAROTg:master Jul 19, 2024
0 of 2 checks passed
@SEIAROTg
Copy link
Owner

Thanks!

@Minion3665 Minion3665 deleted the push-kovlrlsxqqwm branch July 19, 2024 07:28
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.

2 participants