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

send_receipt: handle email backend returning None #390

Merged
merged 4 commits into from
Oct 25, 2017

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Oct 9, 2017

TODO:

  • test

@codecov
Copy link

codecov bot commented Oct 9, 2017

Codecov Report

Merging #390 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          31       31           
  Lines        1302     1302           
  Branches       98       98           
=======================================
  Hits         1300     1300           
  Partials        2        2
Flag Coverage Δ
#py27dj110 99.38% <100%> (ø) ⬆️
#py27dj111 99.38% <100%> (ø) ⬆️
#py27dj18 99.76% <100%> (ø) ⬆️
#py27dj19 99.76% <100%> (ø) ⬆️
#py33dj18 99.76% <100%> (ø) ⬆️
#py34dj110 99.38% <100%> (ø) ⬆️
#py34dj111 99.38% <100%> (ø) ⬆️
#py34dj18 99.76% <100%> (ø) ⬆️
#py34dj19 99.76% <100%> (ø) ⬆️
#py35dj110 99.38% <100%> (ø) ⬆️
#py35dj111 99.38% <100%> (ø) ⬆️
#py35dj18 99.76% <100%> (ø) ⬆️
#py35dj19 99.76% <100%> (ø) ⬆️
#py35djmaster 99.38% <100%> (ø) ⬆️
#py36dj111 99.38% <100%> (ø) ⬆️
#py36djmaster 99.38% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/hooks.py 96.55% <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 1227831...bcb5fa0. Read the comment docs.

@codecov
Copy link

codecov bot commented Oct 9, 2017

Codecov Report

Merging #390 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          31       31           
  Lines        1302     1302           
  Branches       98       98           
=======================================
  Hits         1300     1300           
  Partials        2        2
Flag Coverage Δ
#py27dj110 99.38% <100%> (ø) ⬆️
#py27dj111 99.38% <100%> (ø) ⬆️
#py27dj18 99.76% <100%> (ø) ⬆️
#py27dj19 99.76% <100%> (ø) ⬆️
#py33dj18 99.76% <100%> (ø) ⬆️
#py34dj110 99.38% <100%> (ø) ⬆️
#py34dj111 99.38% <100%> (ø) ⬆️
#py34dj18 99.76% <100%> (ø) ⬆️
#py34dj19 99.76% <100%> (ø) ⬆️
#py35dj110 99.38% <100%> (ø) ⬆️
#py35dj111 99.38% <100%> (ø) ⬆️
#py35dj18 99.76% <100%> (ø) ⬆️
#py35dj19 99.76% <100%> (ø) ⬆️
#py35djmaster 99.38% <100%> (ø) ⬆️
#py36dj111 99.38% <100%> (ø) ⬆️
#py36djmaster 99.38% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/hooks.py 96.55% <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 1227831...bcb5fa0. Read the comment docs.

@codecov
Copy link

codecov bot commented Oct 9, 2017

Codecov Report

Merging #390 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   99.39%   99.39%           
=======================================
  Files          34       34           
  Lines        1662     1662           
  Branches      135      135           
=======================================
  Hits         1652     1652           
  Misses          5        5           
  Partials        5        5
Flag Coverage Δ
#py27dj110 99.39% <100%> (ø) ⬆️
#py27dj111 99.39% <100%> (ø) ⬆️
#py27dj18 99.39% <100%> (ø) ⬆️
#py34dj110 99.39% <100%> (ø) ⬆️
#py34dj111 99.39% <100%> (ø) ⬆️
#py34dj18 99.39% <100%> (ø) ⬆️
#py34dj20 99.39% <100%> (ø) ⬆️
#py35dj110 99.39% <100%> (ø) ⬆️
#py35dj111 99.39% <100%> (ø) ⬆️
#py35dj18 99.39% <100%> (ø) ⬆️
#py35dj20 99.39% <100%> (ø) ⬆️
#py36dj111 99.39% <100%> (ø) ⬆️
#py36dj20 99.39% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pinax/stripe/hooks.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 6a1f3b8...7ad363b. Read the comment docs.

@@ -51,7 +51,7 @@ def send_receipt(self, charge, email=None):
to=[email],
from_email=settings.PINAX_STRIPE_INVOICE_FROM_EMAIL
).send()
charge.receipt_sent = num_sent > 0
charge.receipt_sent = num_sent and num_sent > 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could do that also bool(num_sent) > 0.
reads better I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not motivated enough to change that now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough

@blueyed
Copy link
Contributor Author

blueyed commented Oct 17, 2017

ready from my PIV: there could be a test, but not from me.

@paltman paltman added this to the Samwise milestone Oct 20, 2017
@paltman paltman merged commit 8a476a0 into pinax:master Oct 25, 2017
@blueyed blueyed deleted the fix-send_receipt branch October 25, 2017 14:36
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.

3 participants