django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

rename PAYMENT_VARIANTS to PAYMENT_VARIANTS_API

Open devkral opened this issue 8 years ago • 7 comments

fix issue #64 this should prevent credentials appearing in the log

devkral avatar Jun 18 '17 10:06 devkral

patterns are HIDDEN_SETTINGS = re.compile('API|TOKEN|KEY|SECRET|PASS|SIGNATURE', flags=re.IGNORECASE)

devkral avatar Jun 18 '17 10:06 devkral

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  Coverage   79.13%   79.13%           
=======================================
  Files          27       27           
  Lines        1649     1649           
  Branches      190      190           
=======================================
  Hits         1305     1305           
  Misses        245      245           
  Partials       99       99
Impacted Files Coverage Δ
payments/core.py 87.69% <100%> (ø) :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 49c93aa...d68e21d. Read the comment docs.

codecov-io avatar Jun 18 '17 10:06 codecov-io

hm, most probably some broken tests (django 1.11), I have fixed some in my branch: payment_improvements has some very disruptive changes so I won't create a pull request before being sure that everything works fine

devkral avatar Jun 19 '17 07:06 devkral

now it should work

devkral avatar Oct 06 '17 15:10 devkral

this change can save your keys if you have a bad day and enable debug in django.settings

devkral avatar Oct 06 '17 15:10 devkral