No commit activity in last 3 years
No release in over 3 years
Adds Solidus support for payments with Payu Latam Gateway
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Solidus PayuLatam

Gem Version Build Status

Solidus extension to add support for Payu Latam Gateway.

Installation

Add in your Gemfile:

gem 'solidus_payu_latam'

Then bundle your dependencies and run the installation generator:

bundle
bundle exec rails g solidus_payu_latam:install

Usage

After install and run the migrations, you should see the gateway in the provider dropdown when you try to edit or create a payment method in the admin.

Then select the Payu Latam Gateway, add your credentials, and ensure the payment method is active.

That's it. Now you can use the gateway to process your user payments.

Tests

In order to run the tests you need to build a dummy app first.

Run the following to automatically build a dummy app if necessary and run the tests:

bundle exec rake

The dummy app can be regenerated by using rake test_app.