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 UniquePerAccountSripeObject for Plans #87

Merged
merged 4 commits into from
Nov 21, 2017

Conversation

blueyed
Copy link

@blueyed blueyed commented Nov 21, 2017

The stripe_id for plans is not unique by itself globally (it is not generated
by Stripe), and therefore needs to be unique per account.

Upstream: pinax#513

The `stripe_id` for plans is not unique by itself globally (it is not generated
by Stripe), and therefore needs to be unique per account.
@codecov
Copy link

codecov bot commented Nov 21, 2017

Codecov Report

Merging #87 into next will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next      #87      +/-   ##
==========================================
+ Coverage   99.08%   99.08%   +<.01%     
==========================================
  Files          34       34              
  Lines        1857     1861       +4     
  Branches      173      173              
==========================================
+ Hits         1840     1844       +4     
  Misses         10       10              
  Partials        7        7
Flag Coverage Δ
#py36dj111psql 99.08% <100%> (ø) ⬆️
#py36dj20psql 99.08% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/models.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9952de6...c028e17. Read the comment docs.

@pkolios
Copy link

pkolios commented Nov 21, 2017

Looks good to me :)

@blueyed blueyed merged commit b6642a3 into lock8:next Nov 21, 2017
@blueyed
Copy link
Author

blueyed commented Nov 21, 2017

Thanks!
Fixup kept intentionally (documenting the change necessary for dj18).

@blueyed blueyed deleted the plan-per-account branch November 21, 2017 17:35
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.

2 participants