forked from dj-stripe/dj-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade to dj-stripe 1.2.4 #2
Open
AndrewSpeed
wants to merge
74
commits into
master
Choose a base branch
from
upgrade-to-dj-stripe-1-2-4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
….7.x"" This reverts commit c3a2e95.
Fixes a test error on Django master Refs. django/django@b3cffde
Django 2.2 compatibility Refs django/django@1e81a4b
This allows using a different API base host for development purposes. For example: https://github.com/stripe/stripe-mock
CLoses dj-stripe#534 Supercedes dj-stripe#594
Closes dj-stripe#680 (cherry picked from commit 9dd1b10)
(cherry picked from commit 8b0f6df)
(cherry picked from commit cc64c08)
Closes dj-stripe#692 (cherry picked from commit 9bb64e5)
Fixes issues on stripe>=2.0 (cherry picked from commit cf70c05)
Fixes issues on stripe>=2.0 (cherry picked from commit 23fec03)
Works around an issue in stripe-python 2.0 and pip. Context: stripe/stripe-python#447 (cherry picked from commit a6dfdbe)
(cherry picked from commit f81f28d)
(cherry picked from commit 87860d6)
(cherry picked from commit 4db1545)
Thanks @ncouture Fixes dj-stripe#562 (cherry picked from commit 2a51f06)
Fixes dj-stripe#713 Touches dj-stripe#468 (cherry picked from commit 30c150a)
Fixes dj-stripe#707 (cherry picked from commit d7c0725)
(cherry picked from commit 4d4975d)
Fixes dj-stripe#723 (cherry picked from commit 8f1fa8b)
Closes dj-stripe#709 (cherry picked from commit a38cf04)
Product.statement_descriptor, Product.unit_label are for type="service" only. Resolves dj-stripe#724.
…th API 2018-11-08 Resolves dj-stripe#771
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changed?
This PR updates our fork to version
1.2.4
while maintaining our additional commit which fixes webhook atomicity, which gets addressed in the main repository in version2.0.3
.Needs to be merged after #1