Sha256: dacb7fc8e6a2ce1917e445245e9c233e932c891658a73ec055758129bb8d0177
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# WorkArea Authorize.Net CIM Integration Integrates the `ActiveMerchant::Billing::AuthorizeNetCimGateway` with the WebLinc platform. Designed to be dropped in to the project as the primary payment gateway. Uses a bogus gateway until secrets are configured. ## Installation The latest version of this gem supports **Workarea 3.x**. Add this to Gemfile in your `source` block for **https://gems.workarea.com**: ```ruby gem 'workarea-authorize_cim' ``` ## Usage The gem will automatically load the `BogusAuthorizeNetCimGateway` when installed, but you can load the real-life gateway by configuring the secrets for your environment as shown: ```yaml authorize: login: YOUR LOGIN password: YOUR PASSWORD test: true # ONLY FOR STAGING!! Uses the auth.net sandbox ``` ## WebLinc Platform Documentation See https://developer.workarea.com for WebLinc platform documentation. ## Copyright & Licensing Copyright WebLinc 2016-2018. All rights reserved. For licensing, contact sales@workarea.com.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-authorize_cim-2.1.1 | README.md |