Debit Card Feature - #181
juankamilo wants to merge 18 commits into
Conversation
Added Debit Card feature At the moment the default library doesn't have the implementation for Debit Cards, We will send the implementation request.
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
==========================================
+ Coverage 98.21% 98.24% +0.02%
==========================================
Files 58 59 +1
Lines 1067 1081 +14
==========================================
+ Hits 1048 1062 +14
Misses 19 19
Continue to review full report at Codecov.
|
Fix test for Debit CardFeature
fixes test 2 Debit Card feature
…-master # Conflicts: # composer.lock # tests/Helpers/Builders/PaymentBuilder.php
update master
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #181 +/- ##
============================================
+ Coverage 97.65% 97.68% +0.03%
- Complexity 366 368 +2
============================================
Files 71 72 +1
Lines 1064 1078 +14
============================================
+ Hits 1039 1053 +14
Misses 25 25 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Debit Card Feature
At the moment the default library doesn't have the complete implementation for Debit Cards.
Some validations of the fields that must be sent use the Credit Card model, so the transactions fail
We send our implementation, in case it helps you