Skip to content

devartis/Spree-Mercado-Pago-payment-method

 
 

Repository files navigation

Spree Mercado Pago Payment Method

Integration of Mercado Pago with Spree 1.3

(Spree 1.2 users please check spree-1.2 branch)

Installation

Add this line to your Gemfile (Ruby 1.8 users note 1.9 style hash):

gem 'spree_mercado_pago_payment_method', git: "[email protected]:manuca/Spree-Mercado-Pago-payment-method.git"

Usage

  • Add a new payment method in the admin panel of type PaymentMethod::MercadoPago
  • After adding the payment method you will be able to configure your Client ID and Client Secret (provided by Mercado Pago).
  • Once you received finished orders you must manually capture (or void) the order at least until IPN is implemented.

Pending Work

  • Portuguese translation (volunteers please take a look at localization files, there are very few strings to translate and I'll be glad to add a pt.yml to this repo).
  • Implementation of IPN (Instant Payment Notification)
  • Configurable currency

About

A way to include Mercado Pago (Argentinian/Brazilian) payment method in Spree.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.9%
  • HTML 1.8%
  • JavaScript 1.1%
  • CSS 0.2%