Jerome Leclanche
Jerome Leclanche
Folks, I'm going to try to get a release to happen ASAP but I'm swamped IRL right now. If you need to run this in production, you can write the...
We no longer have a discord server. We moved to only support through Github, and opened a Slack for our sponsors.
The tests are failing: ``` django.db.utils.ProgrammingError: relation "djstripe_apikey" does not exist LINE 1: ...ikey"."secret", "djstripe_apikey"."livemode" FROM "djstripe_... ```
Could you include screenshots here of what the changes look like in the admin?
Missing releases are my bad, but I have been getting a lot of issues pushing the docs to the site. I'd really like to get it fixed... unfortunately I have...
We have a metadata store already for this: We have a djstripe idempotency key model. You should be atomically checking that model when you make the call. See how it's...
> The current implementation of Idempotency model only works for customer.create(user) model. That's it. It cannot apply to generic api calls. And Idempotency data is exclusive to dj-stripe and is...
@arnav13081994 To merge this PR, please use the IdempotencyKey model similarly to how it's used in the customer creation operation. Don't track idempotency keys outside of the db. The only...
Can you replicate this in 2.7.2?
I'll look into the best way to do this and respond later (hopefully). In the mean time, FYI, Stripe *eventually* stops retrying events (I don't remember after how long, but...