Skip to content
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 20 commits into from
Sep 13, 2021
Merged

Mercadopago support #232

merged 20 commits into from
Sep 13, 2021

Conversation

WhyNotHugo
Copy link
Member

@WhyNotHugo WhyNotHugo commented Oct 10, 2020

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.

@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #232 (277bb88) into master (8fe674c) will increase coverage by 0.41%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
payments/mercadopago/__init__.py 87.23% <87.23%> (ø)
payments/models.py 76.00% <100.00%> (+0.19%) ⬆️

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 ab2fdc2...277bb88. Read the comment docs.

@WhyNotHugo WhyNotHugo force-pushed the mercadopago branch 3 times, most recently from f4e03d1 to 01c8e7b Compare September 13, 2021 14:14
@WhyNotHugo WhyNotHugo changed the title WIP: Mercadopago support Mercadopago support Sep 13, 2021
@WhyNotHugo WhyNotHugo merged commit cbf872d into master Sep 13, 2021
@WhyNotHugo WhyNotHugo deleted the mercadopago branch September 13, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant