Sha256: a04e5669e3e6f9a4fba7ac652e1f69e278e8609fde32071a549b7be4af6b5241

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

Solidus PayuLatam
=================
[![Gem Version][rubygems-image]][rubygems-url]
[![Build Status][travis-image]][travis-url]

Solidus extension to add support for Payu Latam Gateway.

Installation
------------

Add in your Gemfile:

```ruby
gem 'solidus_payu_latam'
```

Then bundle your dependencies and run the installation generator:

```shell
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:

```shell
bundle exec rake
```

The dummy app can be regenerated by using `rake test_app`.

[rubygems-image]: https://badge.fury.io/rb/solidus_payu_latam.svg
[rubygems-url]: https://badge.fury.io/rb/solidus_payu_latam
[travis-image]: https://travis-ci.org/ccarruitero/solidus_payu_latam.svg?branch=master
[travis-url]: https://travis-ci.org/ccarruitero/solidus_payu_latam

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solidus_payu_latam-0.1.0 README.md
solidus_payu_latam-0.0.2 README.md