-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Mercadopago support #232
Merged
Merged
Mercadopago support #232
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WhyNotHugo
force-pushed
the
mercadopago
branch
from
December 28, 2020 17:44
229532e
to
d2fdcfc
Compare
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
==========================================
+ Coverage 79.50% 79.92% +0.41%
==========================================
Files 27 28 +1
Lines 1688 1783 +95
Branches 196 212 +16
==========================================
+ Hits 1342 1425 +83
- Misses 244 251 +7
- Partials 102 107 +5
Continue to review full report at Codecov.
|
WhyNotHugo
force-pushed
the
mercadopago
branch
from
December 28, 2020 18:27
d2fdcfc
to
8619b41
Compare
WhyNotHugo
force-pushed
the
mercadopago
branch
from
February 3, 2021 09:15
8619b41
to
704a885
Compare
WhyNotHugo
force-pushed
the
mercadopago
branch
3 times, most recently
from
May 13, 2021 14:30
e6f3d1e
to
b40687b
Compare
WhyNotHugo
force-pushed
the
mercadopago
branch
3 times, most recently
from
August 7, 2021 13:21
58f159e
to
a33aa2f
Compare
WhyNotHugo
force-pushed
the
mercadopago
branch
3 times, most recently
from
September 13, 2021 14:14
f4e03d1
to
01c8e7b
Compare
WhyNotHugo
force-pushed
the
mercadopago
branch
from
September 13, 2021 18:03
01c8e7b
to
6cbebb9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for MercadoPago (one of the largest payment processor in south america).
I've been using this live on a few websites for almost a year, and it's been working perfectly. I only haven't merged it due to missing tests, since I'd like to have proper tests before merging.
I did a lot of refactors, polishing and improvement, so had to re-write tests. Will attempt to write integration tests in future too.