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

Add automatic async enum value to CaptureMethod #2040

Open
wants to merge 112 commits into
base: master
Choose a base branch
from

Conversation

czue
Copy link
Contributor

@czue czue commented Apr 16, 2024

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: #2038

jleclanche and others added 30 commits August 8, 2023 13:59
sqlite3.IntegrityError: NOT NULL constraint failed: djstripe_webhookendpoint.tolerance

Fixes dj-stripe#1955
Instead djstripe_settings.WEBHOOK_TOLERANCE, since it was removed (dj-stripe#1967)
* Updated BaseInvoice.retry to accept kwargs

This was done so that kwargs can be passed down to
Invoice.pay()

* Updated Customer.send_invoice method

This was done so that kwargs could be passed down to
Invoice.pay().

* Formatting fix

* Updated docs
arnav13081994 and others added 20 commits January 3, 2024 22:49
This was done because in case a Subscription line item
is removed the invoice for that billing cycle will
still refer to those now deleted SubscriptionItems.
This receiver is responsible to do some basic error checking
like ensure the user has not registered a signal we do not
support and then offloads all the work to the built-in
receiver method.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@czue
Copy link
Contributor Author

czue commented Apr 17, 2024

@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
Copy link
Contributor Author

czue commented Apr 17, 2024

(nvm found the stable/2.8 branch)

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

Successfully merging this pull request may close these issues.

None yet

10 participants