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

Djstripe fails to retrieve related objects from connected accounts #2010

Open
arnav13081994 opened this issue Nov 15, 2023 · 0 comments
Open
Assignees
Labels

Comments

@arnav13081994
Copy link
Contributor

Describe the bug

When a JSON is returned that references objects on the connected accounts, dj-stripe incorrectly tries to retrieve them from the platform accounts causing the webhook sync to fail. This, however, is usually not a problem on production as Stripe usually retries webhooks a couple of times and in the next re-try because the object, on the connected account is already in the db (from its own connect webhook), the sync works, just fine.

Software versions

  • dj-stripe version: All
  • Python version: All
  • Django version: All
  • Stripe API version: All
  • Database type and version: All

Steps To Reproduce

Follow steps listed in issue #1777

Can you reproduce the issue with the latest version of master?

Yes

Expected Behavior

Ideally the webhook sync should not fail.

Actual Behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants