Solidus PayuLatam

Gem Version Build Status

Solidus extension to add support for Payu Latam Gateway.

Installation

Add in your Gemfile:

“by gem ‘solidus_payu_latam’

Then bundle your dependencies and run the installation generator:

“ell 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:

“ell bundle exec rake

The dummy app can be regenerated by using rake test_app.