dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.
https://dj-stripe.dev
MIT License
1.56k stars 474 forks source link

stripe_account will always get populated #2027

Closed arnav13081994 closed 2 months ago

arnav13081994 commented 3 months ago

A lot of the issues in syncing were happening because stripe_account was passed around as None and while that is okay most of the times as the stripe api assumed the request is for the platform account, that is not always the case.