Sha256: 38353baf43caf4bc0712170c074abb2200c30b6b8b6355f964919033c1d90b77
Contents?: true
Size: 2 KB
Versions: 1
Compression:
Stored size: 2 KB
Contents
Solidus Gateway =============== Community supported Solidus Payment Methods. It works as a wrapper for active_merchant gateways. 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. --- **DEPRECATION NOTICE** This extension is only ported over to Solidus to continue supporting stores upgrading from Spree. For **new stores we strongly recommend** using one of these payment provider extensions: * [`solidus_braintree_paypal`](https://github.com/solidusio/solidus_paypal_braintree) for Braintree provided payment methods like PayPal, Apple Pay and credit cards * [`solidus_adyen`](https://github.com/StemboltHQ/solidus-adyen) for Adyen provided payment methods * [`solidus_affirm`](https://github.com/StemboltHQ/solidus_affirm) for Affirm provided payment methods * [`solidus_klarna_payments`](https://github.com/bitspire/solidus_klarna_payments) * [`solidus_paybright`](https://github.com/StemboltHQ/solidus_paybright) Although we will keep supporting Bug fixes for existing payment methods we **will not accept new payment methods** to be included in this gem. Please create your own extension for new payment methods. Take one of the above examples as starting point for your extension. 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.3.0 | README.md |