manuca / spree_mercado_pago

Mercado Pago payment method for Spree
BSD 3-Clause "New" or "Revised" License
18 stars 32 forks source link

Spree Mercado Pago Payment Method

This project is compatible with spree 3.2.0 and Rails 5

gem 'spree_mercado_pago', '~> 3.2.0.rc2', git: "git@github.com:manuca/spree_mercado_pago.git"

You should run inside your project

bundle exec rails g spree_mercado_pago:install

This will import assets and migrations

Usage

IPN

For IPN you need to configure the notification URL in Mercado Pago's site. The notification URL will be http[s]://[your_domain]/mercado_pago/ipn. Please review Mercado Pago's documentation at http://developers.mercadopago.com/ for the correct place where to configure IPN notification URLs.

Testing