Sha256: 1df1e2a9d227bf611675412c53cacdb54bdbc470a67f9243d12e27b98c1c7194
Contents?: true
Size: 925 Bytes
Versions: 5
Compression:
Stored size: 925 Bytes
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 *Configuration > Payment Methods > New Payment Method* in the admin panel and you should see that a bunch of additional gateways have been added to the list. 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
solidus_gateway-1.1.1 | README.md |
solidus_gateway-1.1.0 | README.md |
solidus_gateway-1.0.1 | README.md |
solidus_gateway-0.9.0 | README.md |
solidus_gateway-1.0.0 | README.md |