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(plaid): Fixed an issue with Plaid update callback syncing. #1446

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

elliotcourant
Copy link
Member

When we would initiate a sync after a Plaid update callback had been
completed, we were always triggering a pull transactions sync. This is
the legacy method for syncing data, and the preferred method is the
regular plaid sync.

This resolve the issue by looking at the setting on the plaid link
itself to determine which type of sync to initiate.

Resolves #1445

When we would initiate a sync after a Plaid update callback had been
completed, we were always triggering a pull transactions sync. This is
the legacy method for syncing data, and the preferred method is the
regular plaid sync.

This resolve the issue by looking at the setting on the plaid link
itself to determine which type of sync to initiate.

Resolves #1445
@elliotcourant elliotcourant merged commit 6e03f0b into main Jun 22, 2023
21 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.

bug(plaid): Support Plaid Sync on update callback instead of only pulling.
1 participant