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 UniquePerAccountStripeObject for Plans #513

Merged
merged 1 commit into from
Dec 1, 2017

Conversation

blueyed
Copy link
Contributor

@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.

@blueyed blueyed force-pushed the plan-per-account-upstream branch 3 times, most recently from 22dce96 to 2e3f173 Compare November 21, 2017 17:10
@codecov
Copy link

codecov bot commented Nov 21, 2017

Codecov Report

Merging #513 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #513      +/-   ##
==========================================
+ Coverage   99.39%   99.39%   +<.01%     
==========================================
  Files          34       34              
  Lines        1817     1826       +9     
  Branches      166      166              
==========================================
+ Hits         1806     1815       +9     
  Misses          5        5              
  Partials        6        6
Flag Coverage Δ
#py27dj110 99.06% <100%> (ø) ⬆️
#py27dj111 99.06% <100%> (ø) ⬆️
#py27dj18 99.34% <100%> (ø) ⬆️
#py34dj110 99.06% <100%> (ø) ⬆️
#py34dj111 99.06% <100%> (ø) ⬆️
#py34dj18 99.34% <100%> (ø) ⬆️
#py34dj20 99.06% <100%> (ø) ⬆️
#py35dj110 99.06% <100%> (ø) ⬆️
#py35dj111 99.06% <100%> (ø) ⬆️
#py35dj18 99.34% <100%> (ø) ⬆️
#py35dj20 99.06% <100%> (ø) ⬆️
#py36dj111 99.06% <100%> (ø) ⬆️
#py36dj20 99.06% <100%> (ø) ⬆️
#py36dj20psql 99.06% <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 5da7818...2ba464f. Read the comment docs.

@blueyed blueyed changed the title Add UniquePerAccountSripeObject for Plans Add UniquePerAccountStripeObject for Plans Nov 21, 2017
@blueyed blueyed mentioned this pull request Nov 21, 2017
4 tasks
@paltman paltman added this to the Rosie milestone Nov 23, 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.
@blueyed
Copy link
Contributor Author

blueyed commented Nov 24, 2017

Rebased / adjusted migration.

@paltman paltman merged commit 55704ae into pinax:master Dec 1, 2017
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

2 participants