Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 961 Bytes

File metadata and controls

27 lines (19 loc) · 961 Bytes

Spree Mercado Pago Payment Method

Integration of Mercado Pago with Spree 2.3.1 for Venezuela

Installation

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

gem 'spree_mercado_pago_payment_method', :git => "https://github.com/YACFirm/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