pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
686 stars 285 forks source link

Fix ChargeWebhook for charge.dispute events #591

Closed blueyed closed 2 years ago

blueyed commented 6 years ago

Fixes https://github.com/pinax/pinax-stripe/issues/590 Includes https://github.com/pinax/pinax-stripe/pull/592.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #591      +/-   ##
==========================================
+ Coverage   99.21%   99.21%   +<.01%     
==========================================
  Files          33       33              
  Lines        1911     1915       +4     
  Branches      175      176       +1     
==========================================
+ Hits         1896     1900       +4     
  Misses          7        7              
  Partials        8        8
Flag Coverage Δ
#py27dj110 98.9% <100%> (ø) :arrow_up:
#py27dj111 98.9% <100%> (ø) :arrow_up:
#py27dj18 99.16% <100%> (ø) :arrow_up:
#py34dj110 98.9% <100%> (ø) :arrow_up:
#py34dj111 98.9% <100%> (ø) :arrow_up:
#py34dj18 99.16% <100%> (ø) :arrow_up:
#py34dj20 98.9% <100%> (ø) :arrow_up:
#py35dj110 98.9% <100%> (ø) :arrow_up:
#py35dj111 98.9% <100%> (ø) :arrow_up:
#py35dj18 99.16% <100%> (ø) :arrow_up:
#py35dj20 98.9% <100%> (ø) :arrow_up:
#py36dj111 98.9% <100%> (ø) :arrow_up:
#py36dj20 98.9% <100%> (ø) :arrow_up:
#py36dj20psql ?
Impacted Files Coverage Δ
pinax/stripe/webhooks.py 99.08% <100%> (+0.01%) :arrow_up:

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 06c2ec8...4263031. Read the comment docs.