Sha256: e30e0b4f7d08c6f881943b9d8f9dd1ad4966e840691745e61a35502278ee6ceb

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

Solidus Gateway
===============

Community supported Solidus Payment Method Gateways. It works as a wrapper for
active_merchant gateway. Note that for some gateways you might still need to
add another gem to your Gemfile to make it work. For example active_merchant
require `braintree` but it doesn't include that gem on its gemspec. So you
need to manually add it to your rails app Gemfile.

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

In your Gemfile:

```ruby
gem "solidus_gateway"
```

Then run from the command line:

```shell
bundle install
rails g solidus_gateway:install
```

Finally, make sure to **restart your app**. Navigate to *Settings >
Payments > Payment Methods* in the admin panel.  You should see a number of payment
methods and the assigned provider for each.  Click on the payment method you wish
to change the provider, and you should see a number of options under the provider dropdown.

Testing
-------

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

```shell
bundle exec rake
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_gateway-1.2.0 README.md