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

Add automatic async enum value to CaptureMethod #2040

Open czue opened 1 month ago

czue commented 1 month ago

This enum value is added in the latest Stripe API.

I'm not sure how migrations for these automatically-generated fields are managed, and I think the project squashes all migrations into a single release migration?

But, after migrations are added it should hopefully address: https://github.com/dj-stripe/dj-stripe/issues/2038

czue commented 1 month ago

@jleclanche bit of an odd question, but where can i find the source of dj-stripe 2.8.4? When I run my project against master it seems like the API is different, and the version is 2.8.0.

czue commented 1 month ago

(nvm found the stable/2.8 branch)