PiDelport / django-payfast

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

Support custom user models #9

Closed PiDelport closed 6 years ago

PiDelport commented 6 years ago

This is a subset of PR #6.

codecov[bot] commented 6 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   88.54%   88.66%   +0.12%     
==========================================
  Files          12       12              
  Lines         454      600     +146     
  Branches       40       68      +28     
==========================================
+ Hits          402      532     +130     
- Misses         40       54      +14     
- Partials       12       14       +2
Impacted Files Coverage Δ
payfast/models.py 98.18% <100%> (ø) :arrow_up:
payfast/api.py 63.75% <0%> (-7.68%) :arrow_down:
payfast/tests.py 100% <0%> (ø) :arrow_up:
payfast/forms.py 86.77% <0%> (+4.51%) :arrow_up:
payfast/conf.py 84.37% <0%> (+7.1%) :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 b1f65b2...bef5ab8. Read the comment docs.

PiDelport commented 6 years ago

@ashtons: Thanks!