PiDelport / django-payfast

Django integration for the PayFast payment gateway
MIT License
17 stars 22 forks source link

Functional updates & bug fixes #3

Closed PiDelport closed 6 years ago

PiDelport commented 6 years ago

This adds a number of functional updates and bug fixes:

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.64%. The diff coverage is 65.27%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3      +/-   ##
=======================================
- Coverage   87.64%   87%   -0.65%     
=======================================
  Files          12    12              
  Lines         348   377      +29     
  Branches       21    28       +7     
=======================================
+ Hits          305   328      +23     
- Misses         36    38       +2     
- Partials        7    11       +4
Impacted Files Coverage Δ
payfast/api.py 56.66% <0%> (-1.96%) :arrow_down:
payfast/views.py 100% <100%> (ø) :arrow_up:
payfast/tests.py 100% <100%> (ø) :arrow_up:
...igrations/0003_update_payfastorder_m_payment_id.py 56.25% <56.25%> (ø)
payfast/forms.py 81.35% <57.14%> (-5.44%) :arrow_down:
payfast/models.py 98.18% <66.66%> (-0.04%) :arrow_down:
payfast/conf.py 76.19% <66.66%> (-6.17%) :arrow_down:

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 2326173...82bca61. Read the comment docs.