-
Notifications
You must be signed in to change notification settings - Fork 6
Debit Card Feature #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Debit Card Feature #181
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
@@ 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
Continue to review full report at Codecov.
|
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