aviabird / gringotts

A complete payment library for Elixir and Phoenix Framework
https://hexdocs.pm/gringotts/Gringotts.html
MIT License
481 stars 53 forks source link

[Mercadopago] Add support for mercadopago gateway. #185

Open mandarvaze opened 4 years ago

mandarvaze commented 4 years ago

Why?

mandarvaze commented 4 years ago

Once this PR is merged, I'll close other mercadopago related PRs, mentioning this PR.

SagarKarwande commented 4 years ago

@mandarvaze Can you sync the branch with latest devbranch. Travis build is failing. Commit that has travis changes on the dev branch are not included in the branch.

mandarvaze commented 4 years ago

@mandarvaze Can sync the branch with latest devbranch. Travis build is failing. Commit that has travis changes on the dev branch are not included in the branch.

Done.

codecov[bot] commented 4 years ago

Codecov Report

Merging #185 into dev will increase coverage by 3.30%. The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #185      +/-   ##
==========================================
+ Coverage   77.39%   80.70%   +3.30%     
==========================================
  Files          14       16       +2     
  Lines         376      456      +80     
==========================================
+ Hits          291      368      +77     
- Misses         85       88       +3     
Impacted Files Coverage Δ
lib/gringotts/gateways/mercadopago.ex 95.45% <95.45%> (ø)
lib/gringotts/gateways/openpay.ex 97.22% <0.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 957cffe...6e68bdd. Read the comment docs.

SagarKarwande commented 4 years ago

@mandarvaze Also check if the docs are generating properly.

ashish173 commented 4 years ago

@mandarvaze update the README file with the addition of this new gateway.

mandarvaze commented 4 years ago

@mandarvaze update the README file with the addition of this new gateway.

Done.