studybuffalo / django-helcim

A Django-based integration with the Helcim Commerce API
GNU General Public License v3.0
4 stars 5 forks source link

Fixing F4L4 bug #130

Closed studybuffalo closed 4 years ago

studybuffalo commented 4 years ago

Fixing bug with the Helcim token "First 4 Last 4" characters of CC number; Helcim.js response may include whitespace in credit card number, so this needs to be stripped out.

codecov[bot] commented 4 years ago

Codecov Report

Merging #130 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #130   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          543       544    +1     
  Branches       106       106           
=========================================
+ Hits           543       544    +1     
Impacted Files Coverage Δ
helcim/conversions.py 100.00% <100.00%> (ø)

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 3cf3e10...e10addf. Read the comment docs.