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

Feature list for Products. #2008

Closed eugene-python-dev closed 54 minutes ago

eugene-python-dev commented 6 months ago

Hi! I'm using djstripe to connect my Stripe account to an API built with DRF. Is there a chance that you could add additional field "feature_list" to a Product model to get feature list from Products in Stripe?

jleclanche commented 6 months ago

This will be possible in 3.0 due to the addition of the sripe_data field.

arnav13081994 commented 6 months ago

@jleclanche Can we do a 2.9 release that just adds the stripe_data json field to all columns? This would allow users to familiarise themselves with all the upcoming changes.

jleclanche commented 3 months ago

Honestly it's not a bad idea. I'm OK with it if you want to handle that.

jleclanche commented 54 minutes ago

stripe_data is present in 2.9.0a1 which was released recently, please test that release (note: it has not been tested in production yet, please create issues with all feedback).